Instrument CLASS

TicksPreMarket PROPERTY (long)
SYNTAX public long TicksPreMarket { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System.Text; ...
Tue, May 1, 2018 at 8:22 PM
TradingPositionMode PROPERTY (TradingPosition)
Gets the position handling type applied to this instrument. SYNTAX public TradingPosition TradingPositionMode { get; }
Tue, May 1, 2018 at 8:23 PM
TradingStatus PROPERTY (TradingMode)
Current trading status for the instrument. SYNTAX public TradingMode TradingStatus { get; } EXAMPLE using System; using System.Collections; ...
Tue, May 1, 2018 at 8:24 PM
Type PROPERTY (InstrumentType)
Market category of the instrument. SYNTAX public InstrumentType Type { get; } EXAMPLE using System; using System.Collections; using System.C...
Tue, May 1, 2018 at 8:25 PM
UnderlierInstrument PROPERTY (Instrument)
Represents the information of underlier instrument. SYNTAX public Instrument UnderlierInstrument { get; } EXAMPLE using System; using System...
Tue, May 1, 2018 at 8:27 PM
Volume PROPERTY (double)
Total amount traded today for instrument with Last source type. Tick volume for instrument with Bid/Ask source type. SYNTAX public double Volume { g...
Tue, May 1, 2018 at 8:28 PM
VolumePostMarket PROPERTY (double)
SYNTAX public double VolumePostMarket { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System.Te...
Tue, May 1, 2018 at 8:29 PM
VolumePreMarket PROPERTY (double)
SYNTAX public double VolumePreMarket { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System.Tex...
Tue, May 1, 2018 at 8:30 PM
FormatPrice (double price) METHOD (Return: string)
Changes the number to the format of the instrument price. SYNTAX public string FormatPrice (double price) PARAMETERS price — doublenumber to...
Tue, May 1, 2018 at 8:31 PM
GetAdditionalValue (string fieldName) METHOD (Return: string)
Returns additional instrument's value by its name or null if name isn't present. SYNTAX public string GetAdditionalValue (string fieldName) ...
Tue, May 1, 2018 at 8:32 PM