ProtoOADepthQuote

StockSharp.cTrader.Native.Model

* Depth of market entity.

实现: IMessage<ProtoOADepthQuote>, IMessage, IEquatable<ProtoOADepthQuote>, IDeepCloneable<ProtoOADepthQuote>, IBufferMessage

属性

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.

方法

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

字段

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.