IG_fetch_working_orders: IG API Returns all open working orders for the active...

Description Usage Arguments Value Examples

View source: R/IGAPI.R

Description

Returns all open working orders for the active account.

Usage

1
2
IG_fetch_working_orders(headers,
  url = "https://demo-api.ig.com/gateway/deal/workingorders", timeo = 5)

Arguments

headers

Object returned from IG_Auth

url

API URL

timeo

number of tries

Value

A data.frame List working orders response

Examples

1
2
HEADERS = IG_Auth(" ","APIdemo1", " ")
IG_fetch_working_orders(HEADERS) # to be updated

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