Pricing

StockSharp.Oanda.Native.DataTypes

Properties

Asks : IEnumerable<Quote>

The list of prices and liquidity available on the Instrument’s ask side. It is possible for this list to be empty if there is no ask liquidity currently available for the Instrument in the Account.

Bids : IEnumerable<Quote>

The list of prices and liquidity available on the Instrument’s bid side. It is possible for this list to be empty if there is no bid liquidity currently available for the Instrument in the Account.

CloseoutAsk : double

The closeout ask Price. This Price is used when a ask is required to closeout a Position (margin closeout or manual) yet there is no ask liquidity. The closeout ask is never used to open a new position.

CloseoutBid : double

The closeout bid Price. This Price is used when a bid is required to closeout a Position (margin closeout or manual) yet there is no bid liquidity. The closeout bid is never used to open a new position.

Instrument : string

The Price’s Instrument.

Tradeable : bool

Flag indicating if the Price is tradeable or not.