You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a websocket feed missing from the constants. For websocket subscriptions to Trades I am required to use the wss://iex-business.polygon.io domain but this is not an option. I am able to override this, but for completeness and because one cannot subscribe to IEX trades or quotes without it, it should be included as a constant with the rest of the feeds here:
Describe the bug
There is a websocket feed missing from the constants. For websocket subscriptions to Trades I am required to use the
wss://iex-business.polygon.io
domain but this is not an option. I am able to override this, but for completeness and because one cannot subscribe to IEX trades or quotes without it, it should be included as a constant with the rest of the feeds here:client-go/websocket/config.go
Lines 59 to 77 in fb8e9d4
To Reproduce
It's a missing constant so I guess try and create a new websocket connection with
BusinessFeed
and try to subscribe to a Trade. It will not workExpected behavior
This used to work. It no longer does as IEX data has to be subscribed to from
wss://iex-business.polygon.io
Screenshots
Additional context
Not sure if this is a bug or an enhancement but since previous functionality no longer works without a change, I figured it was a bug.
The text was updated successfully, but these errors were encountered: