ProtoOADealListByPositionIdRes
* Response to the ProtoOADealListByPositionIdReq request.
Implements: IMessage<ProtoOADealListByPositionIdRes>, IMessage, IEquatable<ProtoOADealListByPositionIdRes>, IDeepCloneable<ProtoOADealListByPositionIdRes>, IBufferMessage
Properties
public long CtidTraderAccountId { get; set; }
value = protoOADealListByPositionIdRes.CtidTraderAccountId
protoOADealListByPositionIdRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
public RepeatedField<ProtoOADeal> Deal { get; }
value = protoOADealListByPositionIdRes.Deal
The list of deals.
public bool HasCtidTraderAccountId { get; }
value = protoOADealListByPositionIdRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasHasMore { get; }
value = protoOADealListByPositionIdRes.HasHasMore
Gets whether the "hasMore" field is set
public bool HasMore { get; set; }
value = protoOADealListByPositionIdRes.HasMore
protoOADealListByPositionIdRes.HasMore = value
If TRUE then the number of records by filter is larger than chunkSize, the response contains the number of records that is equal to chunkSize.
public bool HasPayloadType { get; }
value = protoOADealListByPositionIdRes.HasPayloadType
Gets whether the "payloadType" field is set
Methods
public void ClearCtidTraderAccountId()
protoOADealListByPositionIdRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearHasMore()
protoOADealListByPositionIdRes.ClearHasMore()
Clears the value of the "hasMore" field
public void ClearPayloadType()
protoOADealListByPositionIdRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOADealListByPositionIdRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int DealFieldNumber
value = ProtoOADealListByPositionIdRes.DealFieldNumber
Field number for the "deal" field.
public const int HasMoreFieldNumber
value = ProtoOADealListByPositionIdRes.HasMoreFieldNumber
Field number for the "hasMore" field.
public const int PayloadTypeFieldNumber
value = ProtoOADealListByPositionIdRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.