Release 1.0.1¶
2024-04-14
Gateway Changes¶
Binance¶
There is now support for PAPI (portfolio margin mode).
Binance Futures¶
Warning
BREAKING CHANGE
The gateway incorrectly used notional for initial position download.
This has now been replaced with positionAmt.
FIX Bridge / Proxy¶
Warning
BREAKING CHANGE
The Logon message now has stricter validation rules.
CHANGELOG¶
Fixed¶
Initial
PositionUpdateincorrectly used notional (Binance Futures) (#455).Issues with create limited depth updates (Market) (#453).
Event-log consumer would use current time as
receive_time(Server) (#452).Decimalencoding did not round to precision (FIX) (#451).Segfault on macOS/Intel (API) (#450).
Changed¶
Validate Logon fields (FIX Bridge/Proxy) (#449).
Added¶
PAPI support (Binance) (#454).