ProtoOAGetTrendbarsRes

StockSharp.cTrader.Native.Model

※ProtoOAGetTrendbarsReq@ リクエストへの応答

実装: IMessage<ProtoOAGetTrendbarsRes>, IMessage, IEquatable<ProtoOAGetTrendbarsRes>, IDeepCloneable<ProtoOAGetTrendbarsRes>, IBufferMessage

プロパティ

CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOAGetTrendbarsRes.CtidTraderAccountId
protoOAGetTrendbarsRes.CtidTraderAccountId = value

トレーダーのアカウントのユニークな識別子。トレーダーのアカウントに対する応答に一致するために使用される。

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

"ctidTraderAccountId" フィールドがセットされているかどうかを取得する

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

"hasMore" フィールドがセットされているかどうかを取得する

HasMore
public bool HasMore { get; set; }
value = protoOAGetTrendbarsRes.HasMore
protoOAGetTrendbarsRes.HasMore = value

TRUE がフィルタによるレコードの数が chunkSizeより大きい場合、応答には chunkSize と等しいレコードの数が含まれています。

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

"payloadType" フィールドがセットされているかどうかを取得する

HasPeriod
public bool HasPeriod { get; }
value = protoOAGetTrendbarsRes.HasPeriod

"period" フィールドがセットされているかどうかを取得する

HasSymbolId
public bool HasSymbolId { get; }
value = protoOAGetTrendbarsRes.HasSymbolId

"symbolId" フィールドがセットされているかどうかを取得する

HasTimestamp
public bool HasTimestamp { get; }
value = protoOAGetTrendbarsRes.HasTimestamp

"timestamp" フィールドがセットされているかどうかを取得する

Period
public ProtoOATrendbarPeriod Period { get; set; }
value = protoOAGetTrendbarsRes.Period
protoOAGetTrendbarsRes.Period = value

トレンドバーシリーズ(e.g.M1,M10など)の期間を指定します。

SymbolId
public long SymbolId { get; set; }
value = protoOAGetTrendbarsRes.SymbolId
protoOAGetTrendbarsRes.SymbolId = value

cTrader プラットフォーム内のシンボルのユニークな識別子。

Timestamp
public long Timestamp { get; set; }
value = protoOAGetTrendbarsRes.Timestamp
protoOAGetTrendbarsRes.Timestamp = value

元のリクエストがtoTimestamp@に含まれているので、このフィールドを使用しないでください。

Trendbar
public RepeatedField<ProtoOATrendbar> Trendbar { get; }
value = protoOAGetTrendbarsRes.Trendbar

トレンドバーのリスト。

メソッド

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAGetTrendbarsRes.ClearCtidTraderAccountId()

フィールドの「ctidTraderAccountId」の値をクリア

ClearHasMore
public void ClearHasMore()
protoOAGetTrendbarsRes.ClearHasMore()

フィールドの「hasMore」の値をクリア

ClearPayloadType
public void ClearPayloadType()
protoOAGetTrendbarsRes.ClearPayloadType()

フィールドの「payloadType」の値をクリア

ClearPeriod
public void ClearPeriod()
protoOAGetTrendbarsRes.ClearPeriod()

"period" フィールドの値をクリアします。

ClearSymbolId
public void ClearSymbolId()
protoOAGetTrendbarsRes.ClearSymbolId()

フィールドの「symbolId」の値をクリア

ClearTimestamp
public void ClearTimestamp()
protoOAGetTrendbarsRes.ClearTimestamp()

"timestamp" フィールドの値をクリアします。

フィールド

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAGetTrendbarsRes.CtidTraderAccountIdFieldNumber

フィールド番号は、"ctidTraderAccountId" フィールドです。

HasMoreFieldNumber
public const int HasMoreFieldNumber
value = ProtoOAGetTrendbarsRes.HasMoreFieldNumber

フィールド番号は、"hasMore" フィールドです。

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAGetTrendbarsRes.PayloadTypeFieldNumber

フィールド番号は、"payloadType" フィールドです。

PeriodFieldNumber
public const int PeriodFieldNumber
value = ProtoOAGetTrendbarsRes.PeriodFieldNumber

フィールド番号は「period」フィールドのフィールド番号です。

SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOAGetTrendbarsRes.SymbolIdFieldNumber

フィールド番号は、"symbolId" フィールドです。

TimestampFieldNumber
public const int TimestampFieldNumber
value = ProtoOAGetTrendbarsRes.TimestampFieldNumber

フィールド番号は「タイムスタンプ」フィールドです。

TrendbarFieldNumber
public const int TrendbarFieldNumber
value = ProtoOAGetTrendbarsRes.TrendbarFieldNumber

フィールド番号は「トレンバー」フィールドです。