Esempio n. 1
0
 public CreateOrChangeOrder GetOrderById(long clientOrderId)
 {
     return(FillSimulator.GetOrderById(clientOrderId));
 }
Esempio n. 2
0
 public PhysicalOrder GetOrderById(string clientOrderId)
 {
     return(fillSimulator.GetOrderById(clientOrderId));
 }