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 cbd0b6c commit 173d920Copy full SHA for 173d920
dxfeed/core/listeners/listener.pyx
@@ -244,7 +244,7 @@ cdef void order_default_listener(int event_type,
244
scope=order[i].scope,
245
side=order[i].side,
246
exchange_code=unicode_from_dxf_const_string_t(&order[i].exchange_code),
247
- source=unicode_from_dxf_const_string_t(&order[i].source[DXF_RECORD_SUFFIX_SIZE]),
+ source=unicode_from_dxf_const_string_t(&order[i].source[0]),
248
market_maker=unicode_from_dxf_const_string_t(order[i].market_maker),
249
spread_symbol=unicode_from_dxf_const_string_t(order[i].spread_symbol))
250
py_data.cython_internal_update_method(events)
0 commit comments