-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
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
var createOrder = await client.CreateOrder(new CreateOrderRequest()
{
IcebergQuantity = 100,
Price = 230,
Quantity = 0.6m,
Side = OrderSide.Buy,
Symbol = "ETHBTC",
Type = OrderType.Market,
});
Other Information
Other information here
Metadata
Metadata
Assignees
Labels
No labels