You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 24X/24X_Equities_MemoirLastSale_Sbe_v1_3_Dissector.lua
+13-49Lines changed: 13 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -83,45 +83,33 @@ local show = {}
83
83
84
84
-- 24X Equities MemoirLastSale Sbe 1.3 Element Dissection Options
85
85
show.common_header=true
86
-
show.instrument_directory_message=true
86
+
show.application_messages=true
87
87
show.message=true
88
88
show.packet=true
89
-
show.reg_sho_restriction_message=true
90
89
show.sbe_header=true
91
90
show.sbe_message=true
92
-
show.security_trading_status_message=true
93
91
show.sequenced_message=true
94
-
show.trade_cancel_message=true
95
-
show.trade_correct_message=true
96
-
show.trade_report_message=true
97
-
show.trading_session_status_message=true
98
92
99
93
-- Register 24X Equities MemoirLastSale Sbe 1.3 Show Options
100
94
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_common_header=Pref.bool("Show Common Header", show.common_header, "Parse and add Common Header to protocol tree")
101
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_instrument_directory_message=Pref.bool("Show Instrument Directory Message", show.instrument_directory_message, "Parse and add Instrument Directory Message to protocol tree")
95
+
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_application_messages=Pref.bool("Show Application Messages", show.application_messages, "Parse and add Application Messages to protocol tree")
102
96
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_message=Pref.bool("Show Message", show.message, "Parse and add Message to protocol tree")
103
97
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_packet=Pref.bool("Show Packet", show.packet, "Parse and add Packet to protocol tree")
104
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_reg_sho_restriction_message=Pref.bool("Show Reg Sho Restriction Message", show.reg_sho_restriction_message, "Parse and add Reg Sho Restriction Message to protocol tree")
105
98
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_sbe_header=Pref.bool("Show Sbe Header", show.sbe_header, "Parse and add Sbe Header to protocol tree")
106
99
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_sbe_message=Pref.bool("Show Sbe Message", show.sbe_message, "Parse and add Sbe Message to protocol tree")
107
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_security_trading_status_message=Pref.bool("Show Security Trading Status Message", show.security_trading_status_message, "Parse and add Security Trading Status Message to protocol tree")
108
100
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_sequenced_message=Pref.bool("Show Sequenced Message", show.sequenced_message, "Parse and add Sequenced Message to protocol tree")
109
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_trade_cancel_message=Pref.bool("Show Trade Cancel Message", show.trade_cancel_message, "Parse and add Trade Cancel Message to protocol tree")
110
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_trade_correct_message=Pref.bool("Show Trade Correct Message", show.trade_correct_message, "Parse and add Trade Correct Message to protocol tree")
111
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_trade_report_message=Pref.bool("Show Trade Report Message", show.trade_report_message, "Parse and add Trade Report Message to protocol tree")
112
-
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_trading_session_status_message=Pref.bool("Show Trading Session Status Message", show.trading_session_status_message, "Parse and add Trading Session Status Message to protocol tree")
0 commit comments