Description Usage Arguments Details Value Note Author(s) See Also Examples
Makes a request to the server, and returns an data.table object with information about account trades if successful.
1 2 3 4 5 6 7 8 9 |
token |
token from Tinkoff account |
live |
live trading - TRUE or sandbox (paper) trading - FALSE (default) |
from |
from what date download trades |
to |
to what date download trades |
symbol_info |
download full information about instruments of trades (4 additional requests) |
time_transform |
trasform time from string to POSIXct |
verbose |
display status of retrieval (default FALSE) |
parsing this data from getOperaions function
returns an data.table object containing the requested data with trades of current account.
Not for the faint of heart. All profits and losses related are yours and yours alone. If you don't like it, write it yourself.
Vyacheslav Arbuzov
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.