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