Beispiel #1
0
 public void OpenOrder()
 {
     if (CanOpenOrder())
     {
         _orderState.OpenOrder(this);
     }
 }