Interface representing instrument information. More...
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, rounded to whole hours. For fractional zones (e.g. UTC+5:30) use TimeZoneOffset. | |
| TimeSpan | TimeZoneOffset [get] |
| Gets the minute-precision UTC offset applied to the instrument's times. Supports fractional zones such as UTC+5:30. The default implementation falls back to the whole-hour TimeZone value, so pre-existing third-party implementations keep compiling. | |
Interface representing instrument information.
|
get |
Gets the name of the exchange where the instrument is traded.
Implemented in ATAS.Indicators.InstrumentInfo.
|
get |
Gets the name of the instrument.
Implemented in ATAS.Indicators.InstrumentInfo.
|
get |
Gets the tick size of the instrument, which is the minimum price movement.
Implemented in ATAS.Indicators.InstrumentInfo.
|
get |
Gets the time zone of the instrument, rounded to whole hours. For fractional zones (e.g. UTC+5:30) use TimeZoneOffset.
Implemented in ATAS.Indicators.InstrumentInfo.
|
get |
Gets the minute-precision UTC offset applied to the instrument's times. Supports fractional zones such as UTC+5:30. The default implementation falls back to the whole-hour TimeZone value, so pre-existing third-party implementations keep compiling.
Implemented in ATAS.Indicators.InstrumentInfo.