ProtoOAOrderListByPositionIdRes
StockSharp.cTrader.Native.Model
※ProtoOAOrderListByPositionIdReqリクエストへの対応
実装: IMessage<ProtoOAOrderListByPositionIdRes>, IMessage, IEquatable<ProtoOAOrderListByPositionIdRes>, IDeepCloneable<ProtoOAOrderListByPositionIdRes>, IBufferMessage
プロパティ
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOAOrderListByPositionIdRes.CtidTraderAccountId
protoOAOrderListByPositionIdRes.CtidTraderAccountId = value
トレーダーのアカウントのユニークな識別子。トレーダーのアカウントに対する応答に一致するために使用される。
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAOrderListByPositionIdRes.HasCtidTraderAccountId
"ctidTraderAccountId" フィールドがセットされているかどうかを取得する
HasHasMore
public bool HasHasMore { get; }
value = protoOAOrderListByPositionIdRes.HasHasMore
"hasMore" フィールドがセットされているかどうかを取得する
HasMore
public bool HasMore { get; set; }
value = protoOAOrderListByPositionIdRes.HasMore
protoOAOrderListByPositionIdRes.HasMore = value
TRUE がフィルタによるレコードの数が chunkSizeより大きい場合、応答には chunkSize と等しいレコードの数が含まれています。
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAOrderListByPositionIdRes.HasPayloadType
"payloadType" フィールドがセットされているかどうかを取得する
Order
public RepeatedField<ProtoOAOrder> Order { get; }
value = protoOAOrderListByPositionIdRes.Order
指定した位置に関連する注文は、utcLastUpdateTimestamp でソートされた順(一番新しい順)です。
メソッド
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAOrderListByPositionIdRes.ClearCtidTraderAccountId()
フィールドの「ctidTraderAccountId」の値をクリア
ClearHasMore
public void ClearHasMore()
protoOAOrderListByPositionIdRes.ClearHasMore()
フィールドの「hasMore」の値をクリア
ClearPayloadType
public void ClearPayloadType()
protoOAOrderListByPositionIdRes.ClearPayloadType()
フィールドの「payloadType」の値をクリア
フィールド
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAOrderListByPositionIdRes.CtidTraderAccountIdFieldNumber
フィールド番号は、"ctidTraderAccountId" フィールドです。
HasMoreFieldNumber
public const int HasMoreFieldNumber
value = ProtoOAOrderListByPositionIdRes.HasMoreFieldNumber
フィールド番号は、"hasMore" フィールドです。
OrderFieldNumber
public const int OrderFieldNumber
value = ProtoOAOrderListByPositionIdRes.OrderFieldNumber
注文フィールドのフィールド番号。
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAOrderListByPositionIdRes.PayloadTypeFieldNumber
フィールド番号は、"payloadType" フィールドです。