Ejemplo n.º 1
0
 public Builder AddKlList(global::Futu.OpenApi.Pb.QotCommon.KLine.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.klList_.Add(builderForValue.Build());
     return(this);
 }
Ejemplo n.º 2
0
 public Builder SetKlList(int index, global::Futu.OpenApi.Pb.QotCommon.KLine.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.klList_[index] = builderForValue.Build();
     return(this);
 }