Hello, I am trying to migrate from quotes API to websocket. I need 1 min OHLCV data. Which field should I use for Volume?
Sum oflast_traded_qty
, tot_buy_qty
+ tot_sell_qty
or any other field?
What is volume in data websocket?
2 replies
Hello, I am trying to migrate from quotes API to websocket. I need 1 min OHLCV data. Which field should I use for Volume?
Sum oflast_traded_qty
, tot_buy_qty
+ tot_sell_qty
or any other field?