Esempio n. 1
0
 private void VisitCommon(AddOrderRelationCommandBase command)
 {
     this.ValidateCommon(command);
     this.ValidateLotBalanceCommon(command);
     this.ParseCommon(command);
     command.CreateOrderRelation();
 }
Esempio n. 2
0
 private void ParseOrderRelationCommon(AddOrderRelationCommandBase command)
 {
     this.ParseCommon(command);
     command.CreateOrderRelation();
 }