标签: python websocket
我使用websocket来自kiteconnect api的流数据。这是给我流数据的功能。
websocket
kiteconnect api
def on_ticks(ws, ticks): # Callback to receive ticks. logging.debug("Ticks: {}".format(ticks))
有人可以帮我获取数据,例如last_price,instrument_token等吗?
last_price
instrument_token