☰
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
14.2K
All Categories
0
Incidents
159
Node JS client
45
Go client
802
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
350
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2016
sudheer1990
August 2016
Kailash
What is the meaning of orders in 'depth' data stream of web-socket ?
sudheer1990
July 2016
in
Market data (WebSockets)
While parsing 'depth' of SBIN, i got below output
Sell
orders price quantity
0 458752 231.70 1273
1 655360 231.75 5753
2 786432 231.80 7181
3 720896 231.85 4662
4 786432 231.90 15387
Buy
orders price quantity
0 131072 231.65 681
1 393216 231.60 14360
2 524288 231.55 10168
3 458752 231.50 8380
4 327680 231.45 1901
What here order is indicating, ideally it should be number of seller/buyers .....as we see in pi ?
Kailash
July 2016
It's the number of orders like on Pi / Kite.
sudheer1990
July 2016
how a numbers of order can be greater than qty......?
orders price quantity
0 131072 231.65 681
Here orders are 131072 and qty is 681.........if i assume 1 order creates 1 qty availability.......this doesn't make sense....
Kailash
August 2016
@sudheer1990
Are you using the Python client? If you're parsing manually, it may be a parsing mistake.
Sign In
or
Register
to comment.
orders price quantity
0 131072 231.65 681
Here orders are 131072 and qty is 681.........if i assume 1 order creates 1 qty availability.......this doesn't make sense....