Loading...
Searching...
No Matches
ATAS.Indicators.CandleSeriesInstrument Struct Reference

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...

Public Member Functions

override string ToString ()
 

Static Public Member Functions

static implicit operator CandleSeriesInstrument (string? code)
 

Properties

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).
 

Detailed Description

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.

Member Function Documentation

◆ operator CandleSeriesInstrument()

static implicit ATAS.Indicators.CandleSeriesInstrument.operator CandleSeriesInstrument ( string?  code)
static

◆ ToString()

override string ATAS.Indicators.CandleSeriesInstrument.ToString ( )

Property Documentation

◆ 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: