Skip to content

Commit fc4f07a

Browse files
committed
[EN-1450] missed column added
1 parent 86ca8c3 commit fc4f07a

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
@@ -54,7 +54,7 @@ cdef void quote_default_listener(int event_type,
5454
<int> quotes[i].scope])
5555

5656
SUMMARY_COLUMNS = ['Symbol', 'DayId', 'DayHighPrice', 'DayLowPrice', 'DayClosePrice', 'PrevDayId', 'PrevDayClosePrice',
57-
'PrevDayVolume', 'OpenInterest']
57+
'PrevDayVolume', 'OpenInterest', 'ExchangeCode']
5858
cdef void summary_default_listener(int event_type, dxf_const_string_t symbol_name,
5959
const dxf_event_data_t*data, int data_count, void*user_data) nogil:
6060
cdef dxf_summary_t*summary = <dxf_summary_t*> data

0 commit comments

Comments
 (0)