Instrument CLASS

getAsksDepth () METHOD (Return: Level2[])
Show depth of market by ask price. SYNTAX public Level2[] getAsksDepth () RETURN Level2[] Returns array with depth of market by ask price. ...
Tue, May 1, 2018 at 8:34 PM
getBidsDepth () METHOD (Return: Level2[])
Show depth of market by bid price. SYNTAX public Level2[] getBidsDepth () RETURN Level2[] Returns array with depth of market by bid price. ...
Tue, May 1, 2018 at 8:35 PM
GetDerivativeSettings () METHOD (Return: DerivativeSettings)
Returns derivative settings for derivative instrument. SYNTAX public DerivativeSettings GetDerivativeSettings () RETURN DerivativeSettings A...
Tue, May 1, 2018 at 8:36 PM
GetHashCode () METHOD (Return: int)
Gets a hash code of instrument object. SYNTAX public override int GetHashCode () RETURN int EXAMPLE using System; using System.Colle...
Tue, May 1, 2018 at 8:38 PM
GetLastTrade () METHOD (Return: Trade)
Represent access to the last trade occurring from instrument. SYNTAX public Trade GetLastTrade () RETURN Trade Returns the Trade object with...
Tue, May 1, 2018 at 8:39 PM
GetMarginSettings () METHOD (Return: MarginSettings)
Returns a MarginSettings that represents a access to all margin parameter by selected instrument. SYNTAX public MarginSettings GetMarginSettings () ...
Tue, May 1, 2018 at 8:44 PM
GetPricesQuote () METHOD (Return: PricesQuote)
Represent access to the last quote prices for this instrument. SYNTAX public PricesQuote GetPricesQuote () RETURN PricesQuote Returns the ...
Wed, May 2, 2018 at 8:57 AM
GetTradingSessionActive () METHOD (Return: TradingSession)
Returns current session for selected instrument. SYNTAX public TradingSession GetTradingSessionActive () RETURN TradingSession An object tha...
Wed, May 2, 2018 at 8:58 AM
GetTradingSessions () METHOD (Return: TradingSession[])
All trading sessions specified for this instrument. SYNTAX public TradingSession[] GetTradingSessions () RETURN TradingSession[] An object t...
Wed, May 2, 2018 at 9:00 AM
getVWAPAsk (double amount) METHOD (Return: double)
Calculates VWAP for buying the specified amount. SYNTAX public double getVWAPAsk (double amount) PARAMETERS amount — double amount to be boug...
Wed, May 2, 2018 at 9:01 AM