Exemple #1
0
 public Builder AddTickerList(global::Futu.OpenApi.Pb.QotCommon.Ticker value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.tickerList_.Add(value);
     return(this);
 }
Exemple #2
0
 public Builder SetTickerList(int index, global::Futu.OpenApi.Pb.QotCommon.Ticker value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.tickerList_[index] = value;
     return(this);
 }