Implementation of the IInstrumentInfo interface representing instrument information.
More...
|
| InstrumentInfo (string instrument, string exchange, decimal tickSize, int timeZone) |
| Constructor to create an InstrumentInfo object with the specified parameters.
|
|
|
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.
|
|
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.
|
|
Implementation of the IInstrumentInfo interface representing instrument information.
◆ InstrumentInfo()
ATAS.Indicators.InstrumentInfo.InstrumentInfo |
( |
string |
instrument, |
|
|
string |
exchange, |
|
|
decimal |
tickSize, |
|
|
int |
timeZone |
|
) |
| |
Constructor to create an InstrumentInfo object with the specified parameters.
- Parameters
-
instrument | The name of the instrument. |
exchange | The name of the exchange where the instrument is traded. |
tickSize | The tick size of the instrument (minimum price movement). |
timeZone | The time zone associated with the instrument. |
◆ Exchange
string ATAS.Indicators.InstrumentInfo.Exchange |
|
get |
◆ Instrument
string ATAS.Indicators.InstrumentInfo.Instrument |
|
get |
◆ TickSize
decimal ATAS.Indicators.InstrumentInfo.TickSize |
|
get |
◆ TimeZone
int ATAS.Indicators.InstrumentInfo.TimeZone |
|
get |
The documentation for this class was generated from the following file: