public Builder AddBrokerBidList(global::Futu.OpenApi.Pb.QotCommon.Broker.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.brokerBidList_.Add(builderForValue.Build()); return(this); }
public Builder SetBrokerBidList(int index, global::Futu.OpenApi.Pb.QotCommon.Broker.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.brokerBidList_[index] = builderForValue.Build(); return(this); }