ProtoOADepthEvent
* Event that is sent when the structure of depth of market is changed. Requires subscription on the depth of markets for the symbol, see ProtoOASubscribeDepthQuotesReq.
Implementiert: IMessage<ProtoOADepthEvent>, IMessage, IEquatable<ProtoOADepthEvent>, IDeepCloneable<ProtoOADepthEvent>, IBufferMessage
Eigenschaften
CtidTraderAccountId : long
Unique identifier of the trader's account. Used to match responses to trader's accounts.
DeletedQuotes : RepeatedField<ulong>
The list of quotes to delete.
HasCtidTraderAccountId : bool
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType : bool
Gets whether the "payloadType" field is set
HasSymbolId : bool
Gets whether the "symbolId" field is set
NewQuotes : RepeatedField<ProtoOADepthQuote>
The list of changes in the depth of market quotes.
Methoden
ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType()
Clears the value of the "payloadType" field
ClearSymbolId()
Clears the value of the "symbolId" field
Felder
CtidTraderAccountIdFieldNumber : int
Field number for the "ctidTraderAccountId" field.
DeletedQuotesFieldNumber : int
Field number for the "deletedQuotes" field.
NewQuotesFieldNumber : int
Field number for the "newQuotes" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.
SymbolIdFieldNumber : int
Field number for the "symbolId" field.