Volume, quantity of the tick Ask, Bid Symbol()
Volume, quantity of the tick Ask, Bid Symbol()
27 Sep 2012, 11:48
I'm trying to get the available quantity (Volume) parameter of tick market price but Symbol() doesn't have that.
However the available quantity for Ask and Bid is present on th symbols tab for every tick, even for some L2
Is there any way to retreive the quanity of Ask or Bid let's say using OnTick?
Replies
admin
01 Feb 2013, 10:55
( Updated at: 23 Jan 2024, 13:11 )
Hello,
For Market Depth Ask and Bid you need to use MarketDeptth interface. See also the sample code for Market Depth.
For tick volume, use MarkeSeries interface. See also, this sample for [MarketSeries.TickVolume]
If you require additional help, please describe your algorithm logic.
@admin
admin
27 Sep 2012, 18:06
Hello
The functionality to retrieve volumes will be available very soon. Stay tuned!
@admin