ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.IInstrumentInfo Interface Reference

Interface representing instrument information. More...

Inheritance diagram for ATAS.Indicators.IInstrumentInfo:
[legend]

Properties

string Instrument [get]
 Gets the name of the instrument.
 
string Exchange [get]
 Gets the name of the exchange where the instrument is traded.
 
decimal TickSize [get]
 Gets the tick size of the instrument, which is the minimum price movement.
 
int TimeZone [get]
 Gets the time zone of the instrument.
 

Detailed Description

Interface representing instrument information.

Property Documentation

◆ Exchange

string ATAS.Indicators.IInstrumentInfo.Exchange
get

Gets the name of the exchange where the instrument is traded.

Implemented in ATAS.Indicators.InstrumentInfo.

◆ Instrument

string ATAS.Indicators.IInstrumentInfo.Instrument
get

Gets the name of the instrument.

Implemented in ATAS.Indicators.InstrumentInfo.

◆ TickSize

decimal ATAS.Indicators.IInstrumentInfo.TickSize
get

Gets the tick size of the instrument, which is the minimum price movement.

Implemented in ATAS.Indicators.InstrumentInfo.

◆ TimeZone

int ATAS.Indicators.IInstrumentInfo.TimeZone
get

Gets the time zone of the instrument.

Implemented in ATAS.Indicators.InstrumentInfo.


The documentation for this interface was generated from the following file: