Identifies an instrument for a candle series request. Provide any one of the keys; they are tried most-specific first: ContractId, SecurityId, Code + Exchange, then Code alone. A plain string converts implicitly to a code-only descriptor.
More...
|
| string? | Code [get] |
| | Instrument code (ticker), e.g. "ESU6" or "BTCUSDT".
|
| |
| string? | Exchange [get] |
| | Exchange of Code; narrows the code lookup.
|
| |
| string? | SecurityId [get] |
| | Connector-level security id, when known.
|
| |
| long? | ContractId [get] |
| | Platform contract id, when known - the most precise key.
|
| |
| bool | IsEmpty [get] |
| | True when no key is provided (the chart's instrument is used).
|
| |
Identifies an instrument for a candle series request. Provide any one of the keys; they are tried most-specific first: ContractId, SecurityId, Code + Exchange, then Code alone. A plain string converts implicitly to a code-only descriptor.
◆ operator CandleSeriesInstrument()
◆ ToString()
| override string ATAS.Indicators.CandleSeriesInstrument.ToString |
( |
| ) |
|
◆ Code
| string? ATAS.Indicators.CandleSeriesInstrument.Code |
|
get |
Instrument code (ticker), e.g. "ESU6" or "BTCUSDT".
◆ ContractId
| long? ATAS.Indicators.CandleSeriesInstrument.ContractId |
|
get |
Platform contract id, when known - the most precise key.
◆ Exchange
| string? ATAS.Indicators.CandleSeriesInstrument.Exchange |
|
get |
Exchange of Code; narrows the code lookup.
◆ IsEmpty
| bool ATAS.Indicators.CandleSeriesInstrument.IsEmpty |
|
get |
True when no key is provided (the chart's instrument is used).
◆ SecurityId
| string? ATAS.Indicators.CandleSeriesInstrument.SecurityId |
|
get |
Connector-level security id, when known.
The documentation for this struct was generated from the following file: