public Builder AddKlList(global::Futu.OpenApi.Pb.QotCommon.KLine.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.klList_.Add(builderForValue.Build()); return(this); }
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); }