getOandaTxns: Get a list of Transactions of Oanda Account

Description Usage Arguments Value Examples

View source: R/OandaTransactions.R

Description

Get the details of a single Oanda Account Transactions

Usage

1
2
getOandaTxns(ACCOUNT_TYPE, ACCESS_TOKEN, ACCOUNT_ID, PAGESIZE = 1000,
  FROM = NULL, TO = NULL)

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.

Value

A data.frame of transactions

Examples

1
getOandaTxns(.oandaEnv$ACCOUNT_TYPE, .oandaEnv$ACCESS_TOKEN, .oandaEnv$ACCOUNT_ID)

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