order placement error.The instrument you are placing an order for has either expired or does not exi

reedos
reedos edited August 2022 in Kite Publisher
kite.add({
exchange: exch.toUpperCase(),
tradingsymbol: tradingSymb.toUpperCase(),
quantity: parseInt(quantity),
transaction_type: buysell.toUpperCase(),
order_type: "MARKET",
product: "CNC",
validity: "DAY",
variety: "regular",
readonly: true,
tag: fprecomid,
});
Tagged:
Sign In or Register to comment.