IG_del_working_order: IG API Deletes an OTC working order.

Description Usage Arguments Value Examples

View source: R/IGAPI.R

Description

Deletes an OTC working order.

Usage

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

Arguments

headers

Object returned from IG_Auth

url

API URL

deal_id

deal ID

timeo

number of tries

Value

A data.frame Deletes OTC working order.

Examples

1
2
HEADERS = IG_Auth(" ","APIdemo1", " ")
IG_del_working_order(HEADERS, deal_id = '') # to be updated

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