Skip to content

CreateOrder and CancelOrder hang #170

@scipius

Description

@scipius

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions