Interface: GTTParams
Params for placing a GTT.
Properties
exchange
exchange: "NSE" | "BSE" | "NFO" | "CDS" | "BCD" | "BFO" | "MCX"
Exchange in which instrument is listed (NSE, BSE, NFO, BFO, CDS, MCX).
last_price
last_price: number
Price at which trigger is created. This is usually the last price of the instrument.
orders
orders: { order_type: "LIMIT" | "MARKET" | "SL" | "SL-M" ; price: number ; product: "NRML" | "MIS" | "CNC" | "CO" | "BO" ; quantity: number ; transaction_type: "BUY" | "SELL" }[]
tradingsymbol
tradingsymbol: string
Tradingsymbol of the instrument (ex. RELIANCE, INFY).
trigger_type
trigger_type: "two-leg" | "single"
GTT type, its either KiteConnect.GTT_TYPE_OCO or KiteConnect.GTT_TYPE_SINGLE.
trigger_values
trigger_values: number[]
List of trigger values, number of items depends on trigger type.