when i recieve first message it give everything (bidQ,bidP,askQ,askP) but from 2 nd message it only giving (bidP,askQ) in bidAskQuote. what happening here?
Hi @Manju_48285748
Can you share for which instrument key you got this issue?
NSE_EQ|INE883A01011,‘NSE_EQ|INE623B01027’,‘NSE_EQ|INE820Y01021’,‘NSE_EQ|INE758T01015’ i tried with these, so seems like every instument have this issue
i also tried by closing one connection and connecting again and subscribing same instrument, and problem is same from subscribing 2nd time there only (bidP,askQ) value coming
@Manju_48285748 can you please check again i am getting proper feed for the instrument you have given, here is the example for first one
{
"type": "live_feed",
"feeds": {
"NSE_EQ|INE883A01011": {
"fullFeed": {
"marketFF": {
"ltpc": {
"ltp": 139700.0,
"ltt": "1749453768684",
"ltq": "1",
"cp": 139530.0
},
"marketLevel": {
"bidAskQuote": [
{
"bidQ": "4",
"bidP": 139605.0,
"askQ": "1",
"askP": 139740.0
},
{
"bidQ": "12",
"bidP": 139600.0,
"askQ": "7",
"askP": 139745.0
},
{
"bidQ": "1",
"bidP": 139595.0,
"askQ": "1",
"askP": 139760.0
},
{
"bidQ": "1",
"bidP": 139585.0,
"askQ": "2",
"askP": 139765.0
},
{
"bidQ": "4",
"bidP": 139575.0,
"askQ": "1",
"askP": 139785.0
},
{
"bidQ": "2",
"bidP": 139560.0,
"askQ": "10",
"askP": 139800.0
},
{
"bidQ": "2",
"bidP": 139555.0,
"askQ": "3",
"askP": 139885.0
},
{
"bidQ": "1",
"bidP": 139550.0,
"askQ": "5",
"askP": 139890.0
},
{
"bidQ": "1",
"bidP": 139540.0,
"askQ": "2",
"askP": 139920.0
},
{
"bidQ": "1",
"bidP": 139530.0,
"askQ": "1",
"askP": 139925.0
},
{
"bidQ": "2",
"bidP": 139525.0,
"askQ": "2",
"askP": 139950.0
},
{
"bidQ": "1",
"bidP": 139515.0,
"askQ": "1",
"askP": 139960.0
},
{
"bidQ": "1",
"bidP": 139510.0,
"askQ": "1",
"askP": 139970.0
},
{
"bidQ": "27",
"bidP": 139505.0,
"askQ": "1",
"askP": 139980.0
},
{
"bidQ": "13",
"bidP": 139500.0,
"askQ": "1",
"askP": 139990.0
},
{
"bidQ": "1",
"bidP": 139485.0,
"askQ": "5",
"askP": 139995.0
},
{
"bidQ": "1",
"bidP": 139480.0,
"askQ": "16",
"askP": 140000.0
},
{
"bidQ": "12",
"bidP": 139475.0,
"askQ": "4",
"askP": 140025.0
},
{
"bidQ": "1",
"bidP": 139470.0,
"askQ": "1",
"askP": 140030.0
},
{
"bidQ": "3",
"bidP": 139450.0,
"askQ": "4",
"askP": 140055.0
},
{
"bidQ": "2",
"bidP": 139445.0,
"askQ": "5",
"askP": 140060.0
},
{
"bidQ": "1",
"bidP": 139415.0,
"askQ": "1",
"askP": 140065.0
},
{
"bidQ": "2",
"bidP": 139410.0,
"askQ": "6",
"askP": 140080.0
},
{
"bidQ": "3",
"bidP": 139405.0,
"askQ": "2",
"askP": 140100.0
},
{
"bidQ": "8",
"bidP": 139400.0,
"askQ": "3",
"askP": 140120.0
},
{
"bidQ": "1",
"bidP": 139380.0,
"askQ": "2",
"askP": 140130.0
},
{
"bidQ": "1",
"bidP": 139375.0,
"askQ": "1",
"askP": 140140.0
},
{
"bidQ": "4",
"bidP": 139360.0,
"askQ": "14",
"askP": 140170.0
},
{
"bidQ": "1",
"bidP": 139355.0,
"askQ": "1",
"askP": 140180.0
},
{
"bidQ": "5",
"bidP": 139350.0,
"askQ": "1",
"askP": 140185.0
}
]
},
"optionGreeks": {},
"marketOHLC": {
"ohlc": [
{
"interval": "1d",
"open": 139540.0,
"high": 141335.0,
"low": 139320.0,
"close": 139700.0,
"vol": "3543",
"ts": "1749407400000"
},
{
"interval": "I1",
"open": 139605.0,
"high": 139605.0,
"low": 139605.0,
"close": 139605.0,
"vol": "1",
"ts": "1749453660000"
}
]
},
"atp": 140081.36,
"vtt": "3543",
"tbq": 767.0,
"tsq": 1222.0
},
"requestMode": "full_d30"
}
}
},
"currentTs": "1749453770185"
}
}
i tried again, its giving proper response one time then from second on this error coming, again giving proper in between then again issue, could you run and get response mutiple time to check. maybe connect and disconnect and subscrbe same instument
just for your information i am not using sdk
@Manju_48285748 we will have this investigated by our internal team, seems like only the first feed is coming incorrect but live feed is having proper bid ask quotes.
Thanks!
one more question i have raised in other discussion, its does not seems to work for bse eq, as bse eq giving only 5 level depth, so could you check that, i tested many bse eq instument
Hi @Manju_48285748,
We will have this checked and get back to you soon, thanks.