ProtoOAOrderListRes
* The response to the ProtoOAOrderListReq request.
Implements: IMessage<ProtoOAOrderListRes>, IMessage, IEquatable<ProtoOAOrderListRes>, IDeepCloneable<ProtoOAOrderListRes>, IBufferMessage
Properties
public long CtidTraderAccountId { get; set; }
value = protoOAOrderListRes.CtidTraderAccountId
protoOAOrderListRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
public bool HasCtidTraderAccountId { get; }
value = protoOAOrderListRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasHasMore { get; }
value = protoOAOrderListRes.HasHasMore
Gets whether the "hasMore" field is set
public bool HasMore { get; set; }
value = protoOAOrderListRes.HasMore
protoOAOrderListRes.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 = protoOAOrderListRes.HasPayloadType
Gets whether the "payloadType" field is set
public RepeatedField<ProtoOAOrder> Order { get; }
value = protoOAOrderListRes.Order
The list of the orders.
Methods
public void ClearCtidTraderAccountId()
protoOAOrderListRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearHasMore()
protoOAOrderListRes.ClearHasMore()
Clears the value of the "hasMore" field
public void ClearPayloadType()
protoOAOrderListRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAOrderListRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int HasMoreFieldNumber
value = ProtoOAOrderListRes.HasMoreFieldNumber
Field number for the "hasMore" field.
public const int OrderFieldNumber
value = ProtoOAOrderListRes.OrderFieldNumber
Field number for the "order" field.
public const int PayloadTypeFieldNumber
value = ProtoOAOrderListRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.