ProtoOADealOffsetListReq
* Request for getting sets of Deals that were offset by a specific Deal and that are offsetting the Deal.
Implements: IMessage<ProtoOADealOffsetListReq>, IMessage, IEquatable<ProtoOADealOffsetListReq>, IDeepCloneable<ProtoOADealOffsetListReq>, IBufferMessage
Properties
public long CtidTraderAccountId { get; set; }
value = protoOADealOffsetListReq.CtidTraderAccountId
protoOADealOffsetListReq.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
public long DealId { get; set; }
value = protoOADealOffsetListReq.DealId
protoOADealOffsetListReq.DealId = value
The unique ID of the Deal.
public bool HasCtidTraderAccountId { get; }
value = protoOADealOffsetListReq.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasDealId { get; }
value = protoOADealOffsetListReq.HasDealId
Gets whether the "dealId" field is set
public bool HasPayloadType { get; }
value = protoOADealOffsetListReq.HasPayloadType
Gets whether the "payloadType" field is set
Methods
public void ClearCtidTraderAccountId()
protoOADealOffsetListReq.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearDealId()
protoOADealOffsetListReq.ClearDealId()
Clears the value of the "dealId" field
public void ClearPayloadType()
protoOADealOffsetListReq.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOADealOffsetListReq.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int DealIdFieldNumber
value = ProtoOADealOffsetListReq.DealIdFieldNumber
Field number for the "dealId" field.
public const int PayloadTypeFieldNumber
value = ProtoOADealOffsetListReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.