ProtoOADepthQuote

StockSharp.cTrader.Native.Model

* Depth of market entity.

Implementiert: IMessage<ProtoOADepthQuote>, IMessage, IEquatable<ProtoOADepthQuote>, IDeepCloneable<ProtoOADepthQuote>, IBufferMessage

Eigenschaften

Ask : ulong

Ask price for ask quotes.

Bid : ulong

Bid price for bid quotes.

HasAsk : bool

Gets whether the "ask" field is set

HasBid : bool

Gets whether the "bid" field is set

HasId : bool

Gets whether the "id" field is set

HasSize : bool

Gets whether the "size" field is set

Id : ulong

Quote ID.

Size : ulong

Quote size in cents.

Methoden

ClearAsk()

Clears the value of the "ask" field

ClearBid()

Clears the value of the "bid" field

ClearId()

Clears the value of the "id" field

ClearSize()

Clears the value of the "size" field

Felder

AskFieldNumber : int

Field number for the "ask" field.

BidFieldNumber : int

Field number for the "bid" field.

IdFieldNumber : int

Field number for the "id" field.

SizeFieldNumber : int

Field number for the "size" field.