ProtoOAMarginCallUpdateEvent
StockSharp.cTrader.Native.Model
* Event that is sent when a Margin Call threshold configuration is updated.
Implements: IMessage<ProtoOAMarginCallUpdateEvent>, IMessage, IEquatable<ProtoOAMarginCallUpdateEvent>, IDeepCloneable<ProtoOAMarginCallUpdateEvent>, IBufferMessage
Properties
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAMarginCallUpdateEvent.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAMarginCallUpdateEvent.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAMarginCallUpdateEvent.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOAMarginCallUpdateEvent.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAMarginCallUpdateEvent.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
MarginCallFieldNumber
public const int MarginCallFieldNumber
value = ProtoOAMarginCallUpdateEvent.MarginCallFieldNumber
Field number for the "marginCall" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAMarginCallUpdateEvent.PayloadTypeFieldNumber
Field number for the "payloadType" field.