binance / binance/binance-futures-connector-java
client.trade().testNewOrder(parameters); not exists
- Dominant language
- Java
- Stars
- 191
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the README and compare its client.trade().testNewOrder(parameters) example with the FuturesClient interface shown in the issue. Identify the valid client entry point for placing a new order and update the example accordingly. Done means the README no longer references the nonexistent method and shows a proper new-order example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100