File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2856,10 +2856,10 @@ nasdaq_psxequities_totalview_itch_v5_0.ipo_flag.size = 1
28562856-- Display: Ipo Flag
28572857nasdaq_psxequities_totalview_itch_v5_0 .ipo_flag .display = function (value )
28582858 if value == " Y" then
2859- return " Ipo Flag: Nasdaq Listed Instrument (Y)"
2859+ return " Ipo Flag: Yes (Y)"
28602860 end
28612861 if value == " N" then
2862- return " Ipo Flag: Nasdaq Listed Instrument (N)"
2862+ return " Ipo Flag: No (N)"
28632863 end
28642864 if value == " " then
28652865 return " Ipo Flag: Na (<whitespace>)"
@@ -2998,10 +2998,10 @@ nasdaq_psxequities_totalview_itch_v5_0.round_lots_only.size = 1
29982998-- Display: Round Lots Only
29992999nasdaq_psxequities_totalview_itch_v5_0 .round_lots_only .display = function (value )
30003000 if value == " Y" then
3001- return " Round Lots Only: Nasdaq Psx (Y)"
3001+ return " Round Lots Only: Yes (Y)"
30023002 end
30033003 if value == " N" then
3004- return " Round Lots Only: Nasdaq Psx (N)"
3004+ return " Round Lots Only: No (N)"
30053005 end
30063006
30073007 return " Round Lots Only: Unknown(" .. value .. " )"
You can’t perform that action at this time.
0 commit comments