File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ is raised. This module itself does not provide any threading
200200capability, so if you need to consume the messages pushed from the
201201server, you need to run it in a background thread.
202202
203- We provide 2 price data websockets. the polygon data, and the alpaca data.
204- we default to Alpaca data, and one must explicitly specify the polygon data stream in order to use that.
205- it is done by passing the ` data_stream ` keyword to the ` __init__() ` function of ` StreamConn ` (options: ` 'alpacadatav1', 'polygon' ` )
203+ We provide 2 price data websockets. The polygon data, and the alpaca data.
204+ We default to Alpaca data, and one must explicitly specify the polygon data stream in order to use that.
205+ It is done by passing the ` data_stream ` keyword to the ` __init__() ` function of ` StreamConn ` (options: ` 'alpacadatav1', 'polygon' ` )
206206
207207This class provides a unique interface to the two interfaces, both
208208Alpaca's account/trade updates events and Polygon's price updates.
You can’t perform that action at this time.
0 commit comments