We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3c2c commit 86ca8c3Copy full SHA for 86ca8c3
dxfeed/core/listeners/listener.pyx
@@ -178,7 +178,7 @@ cdef void order_default_listener(int event_type,
178
order[i].count,
179
order[i].scope,
180
order[i].side,
181
- order[i].exchange_code,
+ unicode_from_dxf_const_string_t(&order[i].exchange_code),
182
unicode_from_dxf_const_string_t(order[i].market_maker),
183
unicode_from_dxf_const_string_t(order[i].spread_symbol)])
184
0 commit comments