public Builder AddKlList(global::Qot_Common.KLine.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.klList_.Add(builderForValue.Build());
     return(this);
 }
 public Builder SetKlList(int index, global::Qot_Common.KLine.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.klList_[index] = builderForValue.Build();
     return(this);
 }