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,
66
66
time = quotes[i].time,
67
67
time_nanos = quotes[i].time_nanos,
68
68
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 ),
70
71
bid_price = quotes[i].bid_price,
71
72
bid_size = quotes[i].bid_size,
72
73
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 ),
74
76
ask_price = quotes[i].ask_price,
75
77
ask_size = quotes[i].ask_size,
76
78
scope = < int > quotes[i].scope)
You can’t perform that action at this time.
0 commit comments