ProtoOAOrderListRes

StockSharp.cTrader.Native.Model

* The response to the ProtoOAOrderListReq request.

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

Properties

CtidTraderAccountId : long

Unique identifier of the trader's account. Used to match responses to trader's accounts.

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasHasMore : bool

Gets whether the "hasMore" field is set

HasMore : bool

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 : bool

Gets whether the "payloadType" field is set

Order : RepeatedField<ProtoOAOrder>

The list of the orders.

Methods

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearHasMore()

Clears the value of the "hasMore" field

ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

HasMoreFieldNumber : int

Field number for the "hasMore" field.

OrderFieldNumber : int

Field number for the "order" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.