Skip to content

Commit

Permalink
fix feed names
Browse files Browse the repository at this point in the history
  • Loading branch information
morningvera committed Oct 19, 2023
1 parent dbbf72a commit c1597cb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions polygon/websocket/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ class Feed(Enum):
PolyFeedPlus = "polyfeedplus.polygon.io"
StarterFeed = "starterfeed.polygon.io"
Launchpad = "launchpad.polygon.io"
BusinessFeed = "business.polygon.io"
EdgxBusinessFeed = "edgx-business.polygon.io"
DelayedBusinessFeed = "delayed-business.polygon.io"
DelayedEdgxBusinessFeed = "delayed-edgx-business.polygon.io"
DelayedNasdaqLastSaleBusinessFeed = "delayed-nasdaq-last-sale-business.polygon.io"
DelayedNasdaqBasicFeed = "delayed-nasdaq-basic-business.polygon.io"
DelayedFullMarketBusinessFeed = "delayed-fullmarket-business.polygon.io"
FullMarketBusinessFeed = "fullmarket-business.polygon.io"
NasdaqfeedLastSaleBusinessFeed = "nasdaq-last-sale-business.polygon.io"
NasdaqfeedBasicBusinessFeed = "nasdaq-basic-business.polygon.io"
Business = "business.polygon.io"
EdgxBusiness = "edgx-business.polygon.io"
DelayedBusiness = "delayed-business.polygon.io"
DelayedEdgxBusiness = "delayed-edgx-business.polygon.io"
DelayedNasdaqLastSaleBusiness = "delayed-nasdaq-last-sale-business.polygon.io"
DelayedNasdaqBasic = "delayed-nasdaq-basic-business.polygon.io"
DelayedFullMarketBusiness = "delayed-fullmarket-business.polygon.io"
FullMarketBusiness = "fullmarket-business.polygon.io"
NasdaqfeedLastSaleBusiness = "nasdaq-last-sale-business.polygon.io"
NasdaqfeedBasicBusiness = "nasdaq-basic-business.polygon.io"


class Market(Enum):
Expand Down

0 comments on commit c1597cb

Please sign in to comment.