joaopsilva / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
208 stars 803 forks source link

Adds new FilterType #17

Closed igorustinov closed 5 years ago

igorustinov commented 5 years ago

adds new enum values to FilterType as per Binance changelog https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md from 018-11-13 New filters: PERCENT_PRICE, MARKET_LOT_SIZE, MAX_NUM_ICEBERG_ORDERS.

Fixes https://github.com/binance-exchange/binance-java-api/issues/193

brintal commented 5 years ago

@igorustinov I think you opened the PR for the wrong repo. https://github.com/joaopsilva/binance-java-api is the "old" location of the java api. Could you reopen the PR for the official binance repo: https://github.com/binance-exchange/binance-java-api/ ?

igorustinov commented 5 years ago

@brintal my bad, created a new one for the right repo