ProcessTradingRequest-PoloniexTradingAPI-method: Process a trading request.

Description Usage Arguments Value Examples

Description

Process a trading request.

Usage

1
2
3
## S4 method for signature 'PoloniexTradingAPI'
ProcessTradingRequest(theObject, command,
  args = list())

Arguments

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.

Value

List - Results of the Trading Requests. Exact contents depend on the type of Trading API Call that should be processed.

Examples

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)

PoloniexR documentation built on July 11, 2017, 1:02 a.m.