You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All sample programs were moved to the samples directory
[DXFC-212] Extended the Order event for Full Order Book
the action, action_time, order_id, aux_order_id, trade_id, trade_price, trade_size fields were added to the dxf_order_t structure
See the dxf_order_action_t enum description (documentation) where it is indicated in which cases which fields will be filled.
the FullOrderBook sample was added.
[DXFC-211] Fixed a bug with broken construction of order snapshots (books), based on Quote (order scope = Composite|Regional) & MarketMaker (order scope = Aggregate) events
Improved the dxf_event_listener_t & dxf_event_listener_t_v2 documentation
The data_count parameter of dxf_event_listener_t & dxf_event_listener_t_v2 listeners was deprecated (it always returns 1). It will be removed in 8.0.0 version