Description Usage Arguments Details Value Note Author(s) See Also Examples
View source: R/sandboxBalance.R
Set balance for sandbox account
1 | sandboxBalance(token = "", balance = NULL, currency = "RUB")
|
token |
token from Tinkoff account |
balance |
balance of money in sandbox account |
currency |
currency of sandbox account. "USD","EUR" or "RUB" |
If you need to create few money position, use this function for each position
returns a list object containing the information about state of operation.
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 | token = 'your_token_from_tcs_account'
sandboxBalance(token,balance = 10000,currency = 'USD')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.