NEWS.md
trading_new_order(). It is only valid for Matba Rofex instruments.This is an update into CRAN. With this release we have completed all API methods, including Websocket connections.
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.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.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.trading_md(). Now the result gets flattened when depth=1L. This solves the issue #17.trading_md().trading_md() and trading_mdh(). It only supports one instrument at the time. See documentation page for requesting many.trading_md() and trading_mdh().trading_md().trading_account_report() to request information about your trading account.trading_currencies() to request currencies prices.trading_account() to request information about your trading account.trading_md().trading_mdh() now supports market_id = 'MERV'.trading_md() and trading_mdh() gain a new parameter: tidy. If tidy = TRUE the information will be arrange in a tidy format.trading_instruments() method. It has been added: Product Type, Ticker, Option Type, Strike Price, Underlying, Settlement.trading_instruments(). Now you can search instruments by Segment, Type and CFI Code.trading_instruments_fronts() to list only front month future contracts. Thanks @jfgomezok for the request and clarification on how to show the data.token(), base_url() and login_date_time()