ProtoOAOrderListByPositionIdRes
* Response to ProtoOAOrderListByPositionIdReq request.
Implements: IMessage<ProtoOAOrderListByPositionIdRes>, IMessage, IEquatable<ProtoOAOrderListByPositionIdRes>, IDeepCloneable<ProtoOAOrderListByPositionIdRes>, IBufferMessage
Properties
public long CtidTraderAccountId { get; set; }
value = protoOAOrderListByPositionIdRes.CtidTraderAccountId
protoOAOrderListByPositionIdRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
public bool HasCtidTraderAccountId { get; }
value = protoOAOrderListByPositionIdRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasHasMore { get; }
value = protoOAOrderListByPositionIdRes.HasHasMore
Gets whether the "hasMore" field is set
public bool HasMore { get; set; }
value = protoOAOrderListByPositionIdRes.HasMore
protoOAOrderListByPositionIdRes.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 = protoOAOrderListByPositionIdRes.HasPayloadType
Gets whether the "payloadType" field is set
public RepeatedField<ProtoOAOrder> Order { get; }
value = protoOAOrderListByPositionIdRes.Order
Orders related to the specified Position, sorted by utcLastUpdateTimestamp in descending order (newest first).
Methods
public void ClearCtidTraderAccountId()
protoOAOrderListByPositionIdRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearHasMore()
protoOAOrderListByPositionIdRes.ClearHasMore()
Clears the value of the "hasMore" field
public void ClearPayloadType()
protoOAOrderListByPositionIdRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAOrderListByPositionIdRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int HasMoreFieldNumber
value = ProtoOAOrderListByPositionIdRes.HasMoreFieldNumber
Field number for the "hasMore" field.
public const int OrderFieldNumber
value = ProtoOAOrderListByPositionIdRes.OrderFieldNumber
Field number for the "order" field.
public const int PayloadTypeFieldNumber
value = ProtoOAOrderListByPositionIdRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.