示例#1
0
 /// <summary>
 /// Set collection of existing orders (to correctly handle orders state)
 /// </summary>
 public void SetExistingOrders(CryptoOrderCollection orders)
 {
     ExistingOrders = orders ?? new CryptoOrderCollection();
 }