ProtoOAMarginCallUpdateReq
StockSharp.cTrader.Native.Model
* Request to modify marginLevelThreshold of specified marginCallType for ctidTraderAccountId.
Implements: IMessage<ProtoOAMarginCallUpdateReq>, IMessage, IEquatable<ProtoOAMarginCallUpdateReq>, IDeepCloneable<ProtoOAMarginCallUpdateReq>, IBufferMessage
Properties
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAMarginCallUpdateReq.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAMarginCallUpdateReq.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAMarginCallUpdateReq.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOAMarginCallUpdateReq.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAMarginCallUpdateReq.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
MarginCallFieldNumber
public const int MarginCallFieldNumber
value = ProtoOAMarginCallUpdateReq.MarginCallFieldNumber
Field number for the "marginCall" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAMarginCallUpdateReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.