wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop orders

MichalLebeda opened this issue · comments

Hi, would like to use stop orders but I'm a bit confused, does this crate implement stop orders? It seems like it doesn't but not sure. Official API documentation contains:

  • LIMIT
  • MARKET
  • STOP_LOSS
  • STOP_LOSS_LIMIT
  • TAKE_PROFIT
  • TAKE_PROFIT_LIMIT
  • LIMIT_MAKER

@MichalLebeda It is not implemented. It is an important feature but I did not have time to test and implement it.

Initially I though about implementing it myself but I don't trade on binance anymore. Maybe I will in the future