☰
Login
Signup
Home
›
Market data (WebSockets)
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2021
developer
September 2021
sujith
Some Postback data missing
developer
September 2021
in
Market data (WebSockets)
Today we had placed order but haven't received order status of all. Below is the data we had post.
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'GTLINFRA',
'quantity': 32,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4360',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'FCSSOFT',
'quantity': 87,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4361',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'JPINFRATEC',
'quantity': 11,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4362',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'SPTL',
'quantity': 13,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4363',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'INVENTURE',
'quantity': 1,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4364',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'GREENPOWER',
'quantity': 6,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4365',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'RNAVAL',
'quantity': 7,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4366',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'RHFL',
'quantity': 11,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4367',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'JMTAUTOLTD',
'quantity': 11,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4368',
'readonly': true
});
kite.add({
'exchange': 'NSE',
'tradingsymbol': 'NETFIT',
'quantity': 1,
'transaction_type': 'BUY',
'order_type': 'MARKET',
'variety': 'regular',
'tag': '4369',
'readonly': true
});
Got Order Status of 'tag': '4362' only . rest nothing had come.
Tagged:
Postback API
sujith
September 2021
Did you place these orders from Kite API or web or Publisher or mobile app?
sujith
September 2021
Have you received postbacks for others? Only missing for these?
developer
September 2021
i did from publisher and i got response for only one order and rest not came.
developer
September 2021
Got Order Status of 'tag': '4362' only .
sujith
September 2021
Both Kite Publisher and the Kite Connect app are using the same api_key? Can you private message the api_key?
developer
September 2021
It's from Publisher . Yes we got postback of some of orders.
sujith
September 2021
Can you private message the api_key?
developer
September 2021
Yes send check mail box
developer
September 2021
Is Safari Cookie issue is resolved for Publisher ? As we are getting an error to setup 2A Error.
Sign In
or
Register
to comment.