Description Usage Arguments Value Examples
Process a trading request.
1 2 3 | ## S4 method for signature 'PoloniexTradingAPI'
ProcessTradingRequest(theObject, command,
args = list())
|
theObject |
The Trading client API object on which the function should be called. |
command |
- A length-one character vector. Represents the trading command that should be executed by Poloniex. |
args |
- list of optional trading arguments for the trading command that should be executed. |
List - Results of the Trading Requests. Exact contents depend on the type of Trading API Call that should be processed.
1 2 3 4 5 6 | ## Not run:
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
deposit.addresses <- ProcessTradingRequest(poloniex.trading,
command = poloniex.trading@commands$returnDepositAddresses)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.