@@ -515,13 +515,13 @@ class Dataset(StringyMixin, str, Enum):
515515 XPSX_ITCH
516516 Nasdaq PSX TotalView-ITCH.
517517 BATS_PITCH
518- Cboe BZX Depth Pitch .
518+ Cboe BZX Depth.
519519 BATY_PITCH
520- Cboe BYX Depth Pitch .
520+ Cboe BYX Depth.
521521 EDGA_PITCH
522- Cboe EDGA Depth Pitch .
522+ Cboe EDGA Depth.
523523 EDGX_PITCH
524- Cboe EDGX Depth Pitch .
524+ Cboe EDGX Depth.
525525 XNYS_PILLAR
526526 NYSE Integrated.
527527 XCIS_PILLAR
@@ -810,13 +810,13 @@ def description(self) -> str:
810810 if self == Dataset .XPSX_ITCH :
811811 return "Nasdaq PSX TotalView-ITCH"
812812 if self == Dataset .BATS_PITCH :
813- return "Cboe BZX Depth Pitch "
813+ return "Cboe BZX Depth"
814814 if self == Dataset .BATY_PITCH :
815- return "Cboe BYX Depth Pitch "
815+ return "Cboe BYX Depth"
816816 if self == Dataset .EDGA_PITCH :
817- return "Cboe EDGA Depth Pitch "
817+ return "Cboe EDGA Depth"
818818 if self == Dataset .EDGX_PITCH :
819- return "Cboe EDGX Depth Pitch "
819+ return "Cboe EDGX Depth"
820820 if self == Dataset .XNYS_PILLAR :
821821 return "NYSE Integrated"
822822 if self == Dataset .XCIS_PILLAR :
@@ -897,13 +897,13 @@ class Publisher(StringyMixin, str, Enum):
897897 XPSX_ITCH_XPSX
898898 Nasdaq PSX TotalView-ITCH.
899899 BATS_PITCH_BATS
900- Cboe BZX Depth Pitch .
900+ Cboe BZX Depth.
901901 BATY_PITCH_BATY
902- Cboe BYX Depth Pitch .
902+ Cboe BYX Depth.
903903 EDGA_PITCH_EDGA
904- Cboe EDGA Depth Pitch .
904+ Cboe EDGA Depth.
905905 EDGX_PITCH_EDGX
906- Cboe EDGX Depth Pitch .
906+ Cboe EDGX Depth.
907907 XNYS_PILLAR_XNYS
908908 NYSE Integrated.
909909 XCIS_PILLAR_XCIS
@@ -2055,13 +2055,13 @@ def description(self) -> str:
20552055 if self == Publisher .XPSX_ITCH_XPSX :
20562056 return "Nasdaq PSX TotalView-ITCH"
20572057 if self == Publisher .BATS_PITCH_BATS :
2058- return "Cboe BZX Depth Pitch "
2058+ return "Cboe BZX Depth"
20592059 if self == Publisher .BATY_PITCH_BATY :
2060- return "Cboe BYX Depth Pitch "
2060+ return "Cboe BYX Depth"
20612061 if self == Publisher .EDGA_PITCH_EDGA :
2062- return "Cboe EDGA Depth Pitch "
2062+ return "Cboe EDGA Depth"
20632063 if self == Publisher .EDGX_PITCH_EDGX :
2064- return "Cboe EDGX Depth Pitch "
2064+ return "Cboe EDGX Depth"
20652065 if self == Publisher .XNYS_PILLAR_XNYS :
20662066 return "NYSE Integrated"
20672067 if self == Publisher .XCIS_PILLAR_XCIS :
0 commit comments