@@ -53,7 +53,7 @@ omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67.fields.quantity = ProtoFie
5353omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .quantity_short = ProtoField .new (" Quantity Short" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.quantityshort" , ftypes .UINT16 )
5454omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .reference_price = ProtoField .new (" Reference Price" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.referenceprice" , ftypes .DOUBLE )
5555omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .remaining_shares = ProtoField .new (" Remaining Shares" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.remainingshares" , ftypes .UINT32 )
56- omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .reserved = ProtoField .new (" Reserved" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.reserved " , ftypes .STRING )
56+ omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .reserved_3 = ProtoField .new (" Reserved 3 " , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.reserved3 " , ftypes .STRING )
5757omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .sequence = ProtoField .new (" Sequence" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.sequence" , ftypes .UINT32 )
5858omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .shares_binary_2 = ProtoField .new (" Shares Binary 2" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.sharesbinary2" , ftypes .UINT16 )
5959omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .shares_binary_4 = ProtoField .new (" Shares Binary 4" , " cboe.bxeequities.multicastdepthofbook.pitch.v6.67.sharesbinary4" , ftypes .UINT32 )
@@ -1228,25 +1228,25 @@ cboe_bxeequities_multicastdepthofbook_pitch_v6_67.remaining_shares.dissect = fun
12281228 return offset + length , value
12291229end
12301230
1231- -- Reserved
1232- cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved = {}
1231+ -- Reserved 3
1232+ cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 = {}
12331233
1234- -- Size: Reserved
1235- cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .size = 3
1234+ -- Size: Reserved 3
1235+ cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .size = 3
12361236
1237- -- Display: Reserved
1238- cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .display = function (value )
1239- return " Reserved: " .. value
1237+ -- Display: Reserved 3
1238+ cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .display = function (value )
1239+ return " Reserved 3 : " .. value
12401240end
12411241
1242- -- Dissect: Reserved
1243- cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .dissect = function (buffer , offset , packet , parent )
1244- local length = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .size
1242+ -- Dissect: Reserved 3
1243+ cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .dissect = function (buffer , offset , packet , parent )
1244+ local length = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .size
12451245 local range = buffer (offset , length )
12461246 local value = trim_right_spaces (range :string ())
1247- local display = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .display (value , buffer , offset , packet , parent )
1247+ local display = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .display (value , buffer , offset , packet , parent )
12481248
1249- parent :add (omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .reserved , range , value , display )
1249+ parent :add (omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .fields .reserved_3 , range , value , display )
12501250
12511251 return offset + length , value
12521252end
@@ -2159,7 +2159,7 @@ cboe_bxeequities_multicastdepthofbook_pitch_v6_67.trading_status_message.size =
21592159 cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .time_offset .size +
21602160 cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .symbol_alphanumeric_8 .size +
21612161 cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .trading_status .size +
2162- cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .size
2162+ cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .size
21632163
21642164-- Display: Trading Status Message
21652165cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .trading_status_message .display = function (packet , parent , length )
@@ -2179,8 +2179,8 @@ cboe_bxeequities_multicastdepthofbook_pitch_v6_67.trading_status_message.fields
21792179 -- Trading Status: Alpha
21802180 index , trading_status = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .trading_status .dissect (buffer , index , packet , parent )
21812181
2182- -- Reserved: Alpha
2183- index , reserved = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved .dissect (buffer , index , packet , parent )
2182+ -- Reserved 3 : Alpha
2183+ index , reserved_3 = cboe_bxeequities_multicastdepthofbook_pitch_v6_67 .reserved_3 .dissect (buffer , index , packet , parent )
21842184
21852185 return index
21862186end
0 commit comments