trade_list: Get a list of open trades

Description Usage Arguments

Description

Get a list of open trades. See the following link for further information: http://developer.oanda.com/rest-live/trades/#getListOpenTrades

Usage

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

Arguments

max_id

The server will return trades with id less than or equal to this, in descending order (for pagination).

count

Maximum number of open trades to return. Default: 50 Max value: 500

instrument

Retrieve open trades for a specific instrument only Default: all

ids

A (URL encoded) comma separated list of trades to retrieve. Maximum number of ids: 50. No other parameter may be specified with the ids parameter.


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