Skip to content

Commit 86ca8c3

Browse files
committed
[EN-1450] exchange code for order corrected
1 parent c5f3c2c commit 86ca8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dxfeed/core/listeners/listener.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ cdef void order_default_listener(int event_type,
178178
order[i].count,
179179
order[i].scope,
180180
order[i].side,
181-
order[i].exchange_code,
181+
unicode_from_dxf_const_string_t(&order[i].exchange_code),
182182
unicode_from_dxf_const_string_t(order[i].market_maker),
183183
unicode_from_dxf_const_string_t(order[i].spread_symbol)])
184184

0 commit comments

Comments
 (0)