Skip to content

Commit da8a1c4

Browse files
Adds IEX business feed (#511)
1 parent fb8e9d4 commit da8a1c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

websocket/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const (
6666
LaunchpadFeed Feed = "wss://launchpad.polygon.io"
6767
BusinessFeed Feed = "wss://business.polygon.io"
6868
EdgxBusinessFeed Feed = "wss://edgx-business.polygon.io"
69+
IEXBusiness Feed = "wss://iex-business.polygon.io"
6970
DelayedBusinessFeed Feed = "wss://delayed-business.polygon.io"
7071
DelayedEdgxBusinessFeed Feed = "wss://delayed-edgx-business.polygon.io"
7172
DelayedNasdaqLastSaleBusinessFeed Feed = "wss://delayed-nasdaq-last-sale-business.polygon.io"

0 commit comments

Comments
 (0)