Instrument CLASS

getVWAPBid (double amount) METHOD (Return: double)
Calculates VWAP for selling the specified amount. SYNTAX public double getVWAPBid (double amount) PARAMETERS amount — double amount to be ...
Wed, May 2, 2018 at 9:02 AM
IsAllowableOrderType (OrdersType ordersType) METHOD (Return: bool)
The function checks is specified order type allowable for the selected instrument. SYNTAX public bool IsAllowableOrderType (OrdersType ordersType) ...
Wed, May 2, 2018 at 9:03 AM
IsAllowableTimeInForce (TimeInForce timeInForce, OrdersType ordersType) METHOD (Return: bool)
The function checks is specified Time in Force for specified order type allowable for the selected instrument. SYNTAX public bool IsAllowableTimeInF...
Wed, May 2, 2018 at 9:05 AM
RoundPrice (double price) METHOD (Return: double)
Rounding incoming price up to Tick Size. SYNTAX public double RoundPrice (double price) PARAMETERS price — double Price to rounding. RE...
Wed, May 2, 2018 at 9:09 AM
RoundProfit (double profit) METHOD (Return: double)
Rounding incoming profit. If Tick Size less or equal 0.01, then profit rounding to 0.01. If TickSize more then 0.01, then profit rounding to integer. SY...
Wed, May 2, 2018 at 9:11 AM
Update EVENT
Occurs when something in instrument is changed. SYNTAX public event Action<Instrument> Update
Wed, May 2, 2018 at 9:25 AM