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