Dictionaries Class

Stator | API Documentation
Enumerations to be used when coding against the Stator.AFM API
Inheritance Hierarchy

SystemObject
  Stator.libPublic.ReferenceDataDictionaries

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

public static class Dictionaries

The Dictionaries type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBaseTypes
Returns a dictionary of available base types

Format = IDictionary of base type.
Key = enumeration of base type EnumerationsBaseType
Value = Tuple of base type display name (Item1) and base type identifier (Item2)
i.e. Australian Stock Exchange, X_AUS_ASX

Public methodStatic memberCurrency
Returns a dictionary of available currencies

Format = IDictionary of currency.
Key = enumeration of currency EnumerationsCurrency
Value = Tuple of currency display name (Item1) and currency ISO code (Item2)
i.e. Australian Dollar, AUD

Public methodStatic memberMarketsInstrument
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)

Top
See Also

Reference