Release v1.1.2

RELEASE DATE: 25-04-2023

Bug fixes for websockets and changes in fills subscription.


Websocket changelog

SUBSCRIBE fills

  • Fills that match multiple orders now emit multiple messages. For example, if a taker order matches 2 maker orders, 2 fill messages will be received by the taker.
  • Each of these fill messages will have a unique trade ID.

SUBSCRIBE orders

  • Fixed issue where makers subscribing to orders do not receive messages
  • Added the system_type field.

SUBSCRIBE positions

  • Fixed issue where amount was returning signed floats.
  • Added the system_type field.