webcerebrium / java-binance-api

Java Binance API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getMinNotional wrong

shufps opened this issue · comments

In BinanceExchangeSymbol.java:

public JsonObject getPriceFilter() {
    return filters.get("PRICE_FILTER");
}

public JsonObject getLotSize() {
    return filters.get("LOT_SIZE");
}

public JsonObject getMinNotional() {
    return filters.get("LOT_SIZE");
}

The last is wrong - it should be MIN_NOTIONAL.

Duplicate bug report ... Sorry, can't delete this issue.