i want to access the api using c# to do the following:
(i) for a given stock symbol access each trade as it happens to get sales data (bid/ask/price/volume)
(ii) for a given stock symbol access the current buy/sell volumes
(iii) for a given stock access the current level ii order book, ie, what are the times and sizes for all buy/sell orders
can i do (i) to (iii)? if so any sample code you could point me to would be wonderful!
(i) for a given stock symbol access each trade as it happens to get sales data (bid/ask/price/volume)
(ii) for a given stock symbol access the current buy/sell volumes
(iii) for a given stock access the current level ii order book, ie, what are the times and sizes for all buy/sell orders
can i do (i) to (iii)? if so any sample code you could point me to would be wonderful!
Comment