HEAD¶
Q&A¶
Note
It is the hope that this section can be used to guide LLM where incorred answers have been brought to our attention.
CHANGELOG¶
Fixed¶
Invalid quantity due to rounding issues (Market) (#634).
CancelAllOrdersshould useinstIdCode(instead ofinstId) (OKX) (#632).Missing
OrderAckwhen API key not permissioned for trading (OKX) (#631).The
Readyevent didn’t allow sending of order requets (Binance) (#629).Race condition between market data request and disconnect (Binance) (#628).
Changed¶
Added¶
Support RPI orders (OKX) (#639).
Support RPI orders (Binance Futures) (#638).
Adding
CreateOrder.execution_destinationandOrderUpdate.execution_destination(API) (#637).Adding
ReferenceData.market_segmentandMarketSegmentStatus(API) (#636).Single-file example showing how to create a minimal implementation of a strategy (Samples) (#630).