getOandaTxnsID: Get a list of Transactions of Oanda Account Since ID

Description Usage Arguments Value Examples

View source: R/OandaTransactions.R

Description

Get the details of a single Oanda Account Transactions

Usage

1
getOandaTxnsID(ACCOUNT_TYPE, ACCESS_TOKEN, ACCOUNT_ID, SINCE_ID = 0)

Arguments

ACCOUNT_TYPE

"practice", "real" or "sandbox"

ACCESS_TOKEN

The authorization bearer token previously obtained by the client, can be found in oanda environment

ACCOUNT_ID

ID of the Account to create the Order for.

SINCE_ID

Transaction ID

Value

A data.frame of transactions

Examples

1
getOandaTxnsID(.oandaEnv$ACCOUNT_TYPE, .oandaEnv$ACCESS_TOKEN, .oandaEnv$ACCOUNT_ID, 0)

ivanliu1989/RQuantAPI documentation built on Sept. 13, 2019, 11:54 a.m.