niXman / binapi

Binance API C++ implementation
Apache License 2.0
263 stars 88 forks source link

Missing filter type for exchange_info type #58

Closed red-angry-bird closed 2 years ago

red-angry-bird commented 2 years ago

Hi niXman, on 2022-04-13 binance announced a new filter type: TRAILING_DELTA (see: https://binance-docs.github.io/apidocs/spot/en/#filters).

This type is not known for exchange_info_t, leading to the error: default: assert("bad filterType" == nullptr);

niXman commented 2 years ago

hi,

will do, thanks!

niXman commented 2 years ago

done: https://github.com/niXman/binapi/commit/ffc613513354e05fbc6b294789911ed97ec8277b

tested locally.

please close.

red-angry-bird commented 2 years ago

Fast as always - thx! I want to test it myself and will close afterwards, will do it in the next days.

niXman commented 2 years ago

another part of changes according filters: https://github.com/niXman/binapi/commit/7b3138e3d72b26f7ebd59244a6e651488ffe5adf

just some of refactoring...