File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ cdef void quote_default_listener(int event_type,
6666 time = quotes[i].time,
6767 time_nanos = quotes[i].time_nanos,
6868 bid_time = quotes[i].bid_time,
69- bid_exchange_code = unicode_from_dxf_const_string_t(& quotes[i].bid_exchange_code, size = 1 ),
69+ bid_exchange_code = unicode_from_dxf_const_string_t(& quotes[i].bid_exchange_code,
70+ size = 1 ),
7071 bid_price = quotes[i].bid_price,
7172 bid_size = quotes[i].bid_size,
7273 ask_time = quotes[i].ask_time,
73- ask_exchange_code = unicode_from_dxf_const_string_t(& quotes[i].ask_exchange_code, size = 1 ),
74+ ask_exchange_code = unicode_from_dxf_const_string_t(& quotes[i].ask_exchange_code,
75+ size = 1 ),
7476 ask_price = quotes[i].ask_price,
7577 ask_size = quotes[i].ask_size,
7678 scope = < int > quotes[i].scope)
You can’t perform that action at this time.
0 commit comments