Ejemplo n.º 1
0
 public Builder SetS2C(global::Futu.OpenApi.Pb.QotUpdateBasicQot.S2C value) {
   pb::ThrowHelper.ThrowIfNull(value, "value");
   PrepareBuilder();
   result.hasS2C = true;
   result.s2C_ = value;
   return this;
 }
Ejemplo n.º 2
0
 public Builder MergeS2C(global::Futu.OpenApi.Pb.QotUpdateBasicQot.S2C value) {
   pb::ThrowHelper.ThrowIfNull(value, "value");
   PrepareBuilder();
   if (result.hasS2C &&
       result.s2C_ != global::Futu.OpenApi.Pb.QotUpdateBasicQot.S2C.DefaultInstance) {
       result.s2C_ = global::Futu.OpenApi.Pb.QotUpdateBasicQot.S2C.CreateBuilder(result.s2C_).MergeFrom(value).BuildPartial();
   } else {
     result.s2C_ = value;
   }
   result.hasS2C = true;
   return this;
 }