public static VMTrdAddFundsReq Create(ModelTrdAddFundsReq model)
 {
     return(new VMTrdAddFundsReq(model));
 }
 public VMTrdAddFundsReq(ModelTrdAddFundsReq modelTrdAddFundsReq)
 {
     _modelTrdAddFundsReq = modelTrdAddFundsReq;
 }