transaction_history: Get transaction history

Usage Arguments

Usage

1
2
transaction_history(oanda, max_id = NULL, min_id = NULL, count = NULL,
  instrument = NULL, ids = NULL, account_id = NULL)

Arguments

max_id

The first transaction to get. The server will return transactions with id less than or equal to this, in descending order.

min_id

The last transaction to get. The server will return transactions with id greater or equal to this, in descending order.

count

The maximum number of transactions to return. The maximum value that can be specified is 500. By default, if count is not specified, a maximum of 50 transactions will be fetched. Note: Transactions requests with the count parameter specified is rate limited to 1 per every 60 seconds.

instrument

Retrieve transactions for a specific instrument only. Default: all.

ids

An URL encoded comma (

\item

account_idstring. The account id to fetch the list of tradeable instruments for. This value will be used if it is specified. If not specified, the value which OANDA object has inside is used as a default.

Get transaction history See the following link for further information: http://developer.oanda.com/rest-live/transaction-history/#getTransactionHistory


teramonagi/oandar documentation built on May 8, 2019, 8:51 a.m.