ProtoOADealOffsetListRes
StockSharp.cTrader.Native.Model
* Response for ProtoOADealOffsetListReq.
Implements: IMessage<ProtoOADealOffsetListRes>, IMessage, IEquatable<ProtoOADealOffsetListRes>, IDeepCloneable<ProtoOADealOffsetListRes>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOADealOffsetListRes.CtidTraderAccountId
protoOADealOffsetListRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOADealOffsetListRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOADealOffsetListRes.HasPayloadType
Gets whether the "payloadType" field is set
OffsetBy
public RepeatedField<ProtoOADealOffset> OffsetBy { get; }
value = protoOADealOffsetListRes.OffsetBy
Deals which closed the specified deal.
Offsetting
public RepeatedField<ProtoOADealOffset> Offsetting { get; }
value = protoOADealOffsetListRes.Offsetting
Deals which were closed by the specified deal.
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOADealOffsetListRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOADealOffsetListRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOADealOffsetListRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
OffsetByFieldNumber
public const int OffsetByFieldNumber
value = ProtoOADealOffsetListRes.OffsetByFieldNumber
Field number for the "offsetBy" field.
OffsettingFieldNumber
public const int OffsettingFieldNumber
value = ProtoOADealOffsetListRes.OffsettingFieldNumber
Field number for the "offsetting" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOADealOffsetListRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.