Instrument CLASS
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
Gets the position handling type applied to this instrument. SYNTAX public TradingPosition TradingPositionMode { get; }
Tue, May 1, 2018 at 8:23 PM
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
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
Represents the information of underlier instrument. SYNTAX public Instrument UnderlierInstrument { get; } EXAMPLE using System;
using System...
Tue, May 1, 2018 at 8:27 PM
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
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
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
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
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