ProtoOAUnsubscribeSpotsReq

StockSharp.cTrader.Native.Model

* Bitten Sie um Abmeldung von den Spot-Ereignissen des angegebenen Symbols. Bitten Sie darum, den Empfang von ProtoOASpotEvents in Bezug auf bestimmte Symbole zu stoppen. Die Abmeldung ist nützlich, um den Datenverkehr zu minimieren, insbesondere bei Ereignissen mit hoher Volatilität.

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

Eigenschaften

CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOAUnsubscribeSpotsReq.CtidTraderAccountId
protoOAUnsubscribeSpotsReq.CtidTraderAccountId = value

Eindeutige Kennung des Händlerkontos, die verwendet wird, um die Antworten auf die Händlerkonten abzugleichen.

HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAUnsubscribeSpotsReq.HasCtidTraderAccountId

Erhaltet, ob das Feld "ctidTraderAccountId" gesetzt ist

HasPayloadType
public bool HasPayloadType { get; }
value = protoOAUnsubscribeSpotsReq.HasPayloadType

Erhaltet, ob das Feld "payloadType" gesetzt ist

SymbolId
public RepeatedField<long> SymbolId { get; }
value = protoOAUnsubscribeSpotsReq.SymbolId

Eindeutige Kennung des Symbols in cTrader Plattform.

Methoden

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAUnsubscribeSpotsReq.ClearCtidTraderAccountId()

Löscht den Wert des Feldes "ctidTraderAccountId"

ClearPayloadType
public void ClearPayloadType()
protoOAUnsubscribeSpotsReq.ClearPayloadType()

Löscht den Wert des Feldes "payloadType"

Felder

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAUnsubscribeSpotsReq.CtidTraderAccountIdFieldNumber

Feldnummer für das Feld "ctidTraderAccountId".

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAUnsubscribeSpotsReq.PayloadTypeFieldNumber

Feldnummer für das Feld "payloadType".

SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOAUnsubscribeSpotsReq.SymbolIdFieldNumber

Feldnummer für das Feld "symbolId".