Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
aitzkovitz committed Oct 19, 2023
1 parent b563b9d commit 1d1d4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websocket/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const (
DelayedNasdaqBasicFeed Feed = "wss://delayed-nasdaq-basic-business.polygon.io"
DelayedFullMarketBusinessFeed Feed = "wss://delayed-fullmarket-business.polygon.io"
FullMarketBusinessFeed Feed = "wss://fullmarket-business.polygon.io"
NasdaqfeedLastSaleBusinessFeed Feed = "wss://nasdaq-last-sale-business.polygon.io"
NasdaqfeedBasicBusinessFeed Feed = "wss://nasdaq-basic-business.polygon.io"
NasdaqLastSaleBusinessFeed Feed = "wss://nasdaq-last-sale-business.polygon.io"
NasdaqBasicBusinessFeed Feed = "wss://nasdaq-basic-business.polygon.io"
)

// Market is the type of market (e.g. Stocks, Crypto) used to connect to the server.
Expand Down

0 comments on commit 1d1d4d9

Please sign in to comment.