rRofex 2.0.0
Important
This is a major release with new Websocket features to consume market data.
There is still room to be improved and there are some design definitions that could be reviewed according to the feedback obtained.
Changes since last release
- The function
trading_ws_md()
has been added. This will update your desire data frame when any new data is generated. You can also listen to specific columns and only receive those changes. - The function
trading_ws_orders()
has been added. This will update your desire data frame with information about your order status when any new data is generated. See function documentation for more information. - The function
trading_ws_close()
has been added. Tkanhs to @soberto to the idea of saving every Websocket on an environment for a more clean way to handle them. You can close every connection at once if needed. - Changed logo, adapted to the new image of the company.
- Started using Lifecyle badges to show the state of every function inside the package.