File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,10 @@ 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' ` )
206+
203207This class provides a unique interface to the two interfaces, both
204208Alpaca's account/trade updates events and Polygon's price updates.
205209One connection is established when the ` subscribe() ` is called with
You can’t perform that action at this time.
0 commit comments