gtt_modify: Function to modify gtt rule

View source: R/api_calls.R

gtt_modifyR Documentation

Function to modify gtt rule

Description

Function to modify gtt rule

Usage

gtt_modify(
  object,
  id,
  tradingsymbol,
  symboltoken,
  exchange,
  producttype,
  transactiontype,
  price,
  quantity,
  triggerprice,
  disclosedqty,
  timeperiod
)

Arguments

object

An object of type smart connect

id

Gtt rule id

symboltoken

Symbol token

exchange

Exchange for the order, e.g. NSE, NFO, CDS etc.

price

New Price (e.g. for limit orders).

quantity

New quantity.

triggerprice

Trigger Price

disclosedqty

Disclosed Quantity

timeperiod

Time Period.

Value

Returns a rule id, if successful.


angelbroking-github/smartapi-r documentation built on March 30, 2022, 8:04 a.m.