public StockTransactionModel(StockTransactionModel model)
 {
     this.Code       = model.Code;
     this.Name       = model.Name;
     this.Time       = model.Time;
     this.Price      = model.Price;
     this.DealHands  = model.DealHands;
     this.DealType   = model.DealType;
     this.Status     = model.Status;
     this.DealHands2 = model.DealHands2;
     this.Unknow2    = model.Unknow2;
     this.Unknow3    = model.Unknow3;
 }
Exemple #2
0
 public StockTransactionModelExtern(StockTransactionModel model) : base(model)
 {
 }