File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ print(f'Connection status: {endpoint.connection_status}')
6161```
6262
6363``` text
64- demo.dxfeed.com:7300
65- Connected and authorized
64+ Connected address: demo.dxfeed.com:7300
65+ Connection status: Connected and authorized
6666```
6767
6868### Configure and create subscription
@@ -112,8 +112,8 @@ print(f'Subscription symbols: {candle_sub.symbols}')
112112```
113113
114114``` text
115- TimeAndSale
116- ['AAPL', 'MSFT']
115+ Subscription event type: TimeAndSale
116+ Subscription symbols: ['AAPL', 'MSFT']
117117```
118118
119119### Access data
@@ -133,7 +133,7 @@ print(f'Connection status: {endpoint.connection_status}')
133133```
134134
135135``` text
136- Not connected
136+ Connection status: Not connected
137137```
138138
139139### Transform data to pandas DataFrame
You can’t perform that action at this time.
0 commit comments