binance-futures-connector-java icon indicating copy to clipboard operation
binance-futures-connector-java copied to clipboard

client.trade().testNewOrder(parameters); not exists

Open Krobys opened this issue 10 months ago • 0 comments

please fix your readme.

client.trade().testNewOrder(parameters); is not exists. it is not even in base interface of FuturesClient

public interface FuturesClient {
    Market market();

    Account account();

    UserData userData();

    PortfolioMargin portfolioMargin();
}

Could you please provide proper example of placing new order?

Krobys avatar Apr 18 '24 16:04 Krobys