jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.58k stars 767 forks source link

Margin order doesn't have the same behaviour as futuresOrder #894

Open YoleYu opened 1 year ago

YoleYu commented 1 year ago

mgOrder always return undefine, but futuresOrder will carry all the info of response from Binance.

mgOrder should return response from Binance


Including mgOrderStatus and futuresOrderStatus, they don't have the same behaviour