ProtoOAOrderListRes

StockSharp.cTrader.Native.Model

* The response to the ProtoOAOrderListReq request.

Implements: IMessage<ProtoOAOrderListRes>, IMessage, IEquatable<ProtoOAOrderListRes>, IDeepCloneable<ProtoOAOrderListRes>, IBufferMessage

Properties

CtidTraderAccountId
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.

HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAOrderListRes.HasCtidTraderAccountId

Gets whether the "ctidTraderAccountId" field is set

HasHasMore
public bool HasHasMore { get; }
value = protoOAOrderListRes.HasHasMore

Gets whether the "hasMore" field is set

HasMore
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.

HasPayloadType
public bool HasPayloadType { get; }
value = protoOAOrderListRes.HasPayloadType

Gets whether the "payloadType" field is set

Order
public RepeatedField<ProtoOAOrder> Order { get; }
value = protoOAOrderListRes.Order

The list of the orders.

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAOrderListRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearHasMore
public void ClearHasMore()
protoOAOrderListRes.ClearHasMore()

Clears the value of the "hasMore" field

ClearPayloadType
public void ClearPayloadType()
protoOAOrderListRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAOrderListRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

HasMoreFieldNumber
public const int HasMoreFieldNumber
value = ProtoOAOrderListRes.HasMoreFieldNumber

Field number for the "hasMore" field.

OrderFieldNumber
public const int OrderFieldNumber
value = ProtoOAOrderListRes.OrderFieldNumber

Field number for the "order" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAOrderListRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.