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