File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,14 @@ Subscription instance properties
121121.. code :: python3
122122
123123 print(f'TimeAndSale subscription event type: {tns_sub.event_type}')
124+ print(f'Candle subscription event type: {candle_sub.event_type}')
124125 print(f'Candle subscription symbols: {candle_sub.symbols}')
125126
126127
127128 .. code-block :: text
128129
129130 TimeAndSale subscription event type: TimeAndSale
131+ Candle subscription event type: Candle
130132 Candle subscription symbols: ['AAPL', 'MSFT']
131133
132134
Original file line number Diff line number Diff line change 196196 "outputs" : [],
197197 "source" : [
198198 " print(f'TimeAndSale subscription event type: {tns_sub.event_type}')\n " ,
199+ " print(f'Candle subscription event type: {candle_sub.event_type}')\n " ,
199200 " print(f'Candle subscription symbols: {candle_sub.symbols}')"
200201 ]
201202 },
You can’t perform that action at this time.
0 commit comments