Skip to content

Commit c5f3c2c

Browse files
committed
[EN-1450] exchange code for tns corrected
1 parent 962413f commit c5f3c2c

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
@@ -113,7 +113,7 @@ cdef void time_and_sale_default_listener(int event_type,
113113
tns[i].event_flags,
114114
tns[i].index,
115115
tns[i].time,
116-
tns[i].exchange_code,
116+
unicode_from_dxf_const_string_t(&tns[i].exchange_code),
117117
tns[i].price,
118118
tns[i].size,
119119
tns[i].bid_price,

0 commit comments

Comments
 (0)