Skip to content

Commit 0b46e6b

Browse files
committed
[EN-1570] docs event type added
1 parent 87a8688 commit 0b46e6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/basic_usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

examples/SubscriptionExample.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
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
},

0 commit comments

Comments
 (0)