ProtoOASymbolChangedEvent
StockSharp.cTrader.Native.Model
* Event that is sent when the symbol is changed on the Server side.
Implements: IMessage<ProtoOASymbolChangedEvent>, IMessage, IEquatable<ProtoOASymbolChangedEvent>, IDeepCloneable<ProtoOASymbolChangedEvent>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASymbolChangedEvent.CtidTraderAccountId
protoOASymbolChangedEvent.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASymbolChangedEvent.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOASymbolChangedEvent.HasPayloadType
Gets whether the "payloadType" field is set
SymbolId
public RepeatedField<long> SymbolId { get; }
value = protoOASymbolChangedEvent.SymbolId
Unique identifier of the Symbol in cTrader platform.
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolChangedEvent.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOASymbolChangedEvent.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolChangedEvent.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolChangedEvent.PayloadTypeFieldNumber
Field number for the "payloadType" field.
SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOASymbolChangedEvent.SymbolIdFieldNumber
Field number for the "symbolId" field.