コード例 #1
0
ファイル: QotUpdateKL.cs プロジェクト: zenchanhk/FTAPI4NET
 public Builder AddKlList(global::Futu.OpenApi.Pb.QotCommon.KLine value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.klList_.Add(value);
     return(this);
 }
コード例 #2
0
ファイル: QotUpdateKL.cs プロジェクト: zenchanhk/FTAPI4NET
 public Builder SetKlList(int index, global::Futu.OpenApi.Pb.QotCommon.KLine value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.klList_[index] = value;
     return(this);
 }