ProtoOAGetTrendbarsRes
※ProtoOAGetTrendbarsReq@ リクエストへの応答
実装: IMessage<ProtoOAGetTrendbarsRes>, IMessage, IEquatable<ProtoOAGetTrendbarsRes>, IDeepCloneable<ProtoOAGetTrendbarsRes>, IBufferMessage
プロパティ
public long CtidTraderAccountId { get; set; }
value = protoOAGetTrendbarsRes.CtidTraderAccountId
protoOAGetTrendbarsRes.CtidTraderAccountId = value
トレーダーのアカウントのユニークな識別子。トレーダーのアカウントに対する応答に一致するために使用される。
public bool HasCtidTraderAccountId { get; }
value = protoOAGetTrendbarsRes.HasCtidTraderAccountId
"ctidTraderAccountId" フィールドがセットされているかどうかを取得する
public bool HasHasMore { get; }
value = protoOAGetTrendbarsRes.HasHasMore
"hasMore" フィールドがセットされているかどうかを取得する
public bool HasMore { get; set; }
value = protoOAGetTrendbarsRes.HasMore
protoOAGetTrendbarsRes.HasMore = value
TRUE がフィルタによるレコードの数が chunkSizeより大きい場合、応答には chunkSize と等しいレコードの数が含まれています。
public bool HasPayloadType { get; }
value = protoOAGetTrendbarsRes.HasPayloadType
"payloadType" フィールドがセットされているかどうかを取得する
public bool HasPeriod { get; }
value = protoOAGetTrendbarsRes.HasPeriod
"period" フィールドがセットされているかどうかを取得する
public bool HasSymbolId { get; }
value = protoOAGetTrendbarsRes.HasSymbolId
"symbolId" フィールドがセットされているかどうかを取得する
public bool HasTimestamp { get; }
value = protoOAGetTrendbarsRes.HasTimestamp
"timestamp" フィールドがセットされているかどうかを取得する
public ProtoOATrendbarPeriod Period { get; set; }
value = protoOAGetTrendbarsRes.Period
protoOAGetTrendbarsRes.Period = value
トレンドバーシリーズ(e.g.M1,M10など)の期間を指定します。
public long SymbolId { get; set; }
value = protoOAGetTrendbarsRes.SymbolId
protoOAGetTrendbarsRes.SymbolId = value
cTrader プラットフォーム内のシンボルのユニークな識別子。
public long Timestamp { get; set; }
value = protoOAGetTrendbarsRes.Timestamp
protoOAGetTrendbarsRes.Timestamp = value
元のリクエストがtoTimestamp@に含まれているので、このフィールドを使用しないでください。
public RepeatedField<ProtoOATrendbar> Trendbar { get; }
value = protoOAGetTrendbarsRes.Trendbar
トレンドバーのリスト。
メソッド
public void ClearCtidTraderAccountId()
protoOAGetTrendbarsRes.ClearCtidTraderAccountId()
フィールドの「ctidTraderAccountId」の値をクリア
public void ClearPayloadType()
protoOAGetTrendbarsRes.ClearPayloadType()
フィールドの「payloadType」の値をクリア
public void ClearSymbolId()
protoOAGetTrendbarsRes.ClearSymbolId()
フィールドの「symbolId」の値をクリア
public void ClearTimestamp()
protoOAGetTrendbarsRes.ClearTimestamp()
"timestamp" フィールドの値をクリアします。
フィールド
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAGetTrendbarsRes.CtidTraderAccountIdFieldNumber
フィールド番号は、"ctidTraderAccountId" フィールドです。
public const int HasMoreFieldNumber
value = ProtoOAGetTrendbarsRes.HasMoreFieldNumber
フィールド番号は、"hasMore" フィールドです。
public const int PayloadTypeFieldNumber
value = ProtoOAGetTrendbarsRes.PayloadTypeFieldNumber
フィールド番号は、"payloadType" フィールドです。
public const int PeriodFieldNumber
value = ProtoOAGetTrendbarsRes.PeriodFieldNumber
フィールド番号は「period」フィールドのフィールド番号です。
public const int SymbolIdFieldNumber
value = ProtoOAGetTrendbarsRes.SymbolIdFieldNumber
フィールド番号は、"symbolId" フィールドです。
public const int TimestampFieldNumber
value = ProtoOAGetTrendbarsRes.TimestampFieldNumber
フィールド番号は「タイムスタンプ」フィールドです。
public const int TrendbarFieldNumber
value = ProtoOAGetTrendbarsRes.TrendbarFieldNumber
フィールド番号は「トレンバー」フィールドです。