DictionariesMarketsInstrument Method

Stator | API Documentation
Returns a dictionary of market trading instruments

Format = IDictionary of instrument.
Key = enumeration of market instrument EnumerationsMarketsInstrument
Value = Tuple of instrument display name (Item1) and instrument ID (Item2)

Namespace:  Stator.libPublic.ReferenceData
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public static IDictionary<EnumerationsMarketsInstrument, Tuple<string, string>> MarketsInstrument()

Return Value

Type: IDictionaryEnumerationsMarketsInstrument, TupleString, String
Format = IDictionary of instrument.
Key = enumeration of market instrument EnumerationsMarketsInstrument
Value = Tuple of instrument display name (Item1) and instrument ID (Item2)
Remarks

How do I find out more information regarding trading instruments?
You can find trading instruments in Stator > Global Options > Instruments
A full list of the trading instruments available in your version of Stator is shown on this screen.

Example trading instruments include:
Foreign Exchange
Index
Options Call (ETOs)
Shares (CFDs)
Trust Units

See Also

Reference