| cancel | R Documentation |
Cancel a group of orders based on currency name or record time.
cancel(src, dst, hrs = 0, token)
src |
Source currency name ("btc", "eth", "bnb", etc). |
dst |
Destination currency name ("usdt" or "rls"). |
hrs |
The number of hours after which orders will be canceled. If the value is less than one hour, it is specified as a decimal (e.g., 15 minutes is given by |
token |
The token is string value obtain from user ID settings in the NOBITEX. If you are not registered on the website, please use the provided link. |
## Not run:
tkn <- "CONTACT WITH AUTHOR"
# All orders recorded more than one hour ago are canceled.
cancel(" ", " ", hrs = 1, token = tkn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.