Open scipius opened 4 years ago
I've tried the example and everything runs fine until createOrder. The command seems to hang and never returns a response.
Any idea ?
var createOrder = await client.CreateOrder(new CreateOrderRequest() { IcebergQuantity = 100, Price = 230, Quantity = 0.6m, Side = OrderSide.Buy, Symbol = "ETHBTC", Type = OrderType.Market, });
Other information here
Issue Overview
I've tried the example and everything runs fine until createOrder. The command seems to hang and never returns a response.
Any idea ?
Package Version: ?.?.?
Repro Steps
Other Information
Other information here