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