ProtoOAOrderListByPositionIdRes

StockSharp.cTrader.Native.Model

* Response to ProtoOAOrderListByPositionIdReq request.

Implements: IMessage<ProtoOAOrderListByPositionIdRes>, IMessage, IEquatable<ProtoOAOrderListByPositionIdRes>, IDeepCloneable<ProtoOAOrderListByPositionIdRes>, 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>

Orders related to the specified Position, sorted by utcLastUpdateTimestamp in descending order (newest first).

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.