Learn R Programming

tcsinvest (version 0.1.1)

sandboxDeletePositions: Working with sandbox. Delete positions

Description

Delete sandbox positions (all positions: stocks, etfs,bonds and money)

Usage

sandboxDeletePositions(token = "")

Arguments

token

token from Tinkoff account (only sandbox token)

Value

returns a list object containing the information about state of operation.

Details

If you need to create few money position, use this function for each position

See Also

sandboxPositions

Examples

Run this code
# NOT RUN {
token = 'your_token_from_tcs_account'
sandboxDeletePositions(token)
# }

Run the code above in your browser using DataLab