Skip to content

Commit bac3f12

Browse files
Add Cboe Canada and regenerate
1 parent 86dcf9a commit bac3f12

25 files changed

Lines changed: 10646 additions & 810 deletions

File tree

Cboe/Cboe_BxeEquities_MulticastDepthOfBook_Pitch_v6_67_Dissector.lua

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67.fields.quantity = ProtoFie
5353
omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67.fields.quantity_short = ProtoField.new("Quantity Short", "cboe.bxeequities.multicastdepthofbook.pitch.v6.67.quantityshort", ftypes.UINT16)
5454
omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67.fields.reference_price = ProtoField.new("Reference Price", "cboe.bxeequities.multicastdepthofbook.pitch.v6.67.referenceprice", ftypes.DOUBLE)
5555
omi_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)
5757
omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67.fields.sequence = ProtoField.new("Sequence", "cboe.bxeequities.multicastdepthofbook.pitch.v6.67.sequence", ftypes.UINT32)
5858
omi_cboe_bxeequities_multicastdepthofbook_pitch_v6_67.fields.shares_binary_2 = ProtoField.new("Shares Binary 2", "cboe.bxeequities.multicastdepthofbook.pitch.v6.67.sharesbinary2", ftypes.UINT16)
5959
omi_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
12291229
end
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
12401240
end
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
12521252
end
@@ -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
21652165
cboe_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
21862186
end

Cboe/Cboe_ByxEquities_MulticastDepthOfBook_Pitch_v2_41_64_Dissector.lua

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reference_price
4646
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reg_sho_action = ProtoField.new("Reg Sho Action", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.regshoaction", ftypes.STRING)
4747
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.remaining_quantity = ProtoField.new("Remaining Quantity", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.remainingquantity", ftypes.UINT32)
4848
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reserved_1 = ProtoField.new("Reserved 1", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.reserved1", ftypes.STRING)
49-
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reserved_2 = ProtoField.new("Reserved 2", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.reserved2", ftypes.STRING)
5049
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reserved_flags_6 = ProtoField.new("Reserved Flags 6", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.reservedflags6", ftypes.UINT8, nil, base.DEC, 0xFC)
5150
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reserved_flags_7 = ProtoField.new("Reserved Flags 7", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.reservedflags7", ftypes.UINT8, nil, base.DEC, 0xFE)
5251
omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.retail_price_improvement = ProtoField.new("Retail Price Improvement", "cboe.byxequities.multicastdepthofbook.pitch.v2.41.64.retailpriceimprovement", ftypes.STRING)
@@ -870,29 +869,6 @@ cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_1.dissect = functi
870869
return offset + length, value
871870
end
872871

873-
-- Reserved 2
874-
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2 = {}
875-
876-
-- Size: Reserved 2
877-
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.size = 1
878-
879-
-- Display: Reserved 2
880-
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.display = function(value)
881-
return "Reserved 2: "..value
882-
end
883-
884-
-- Dissect: Reserved 2
885-
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.dissect = function(buffer, offset, packet, parent)
886-
local length = cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.size
887-
local range = buffer(offset, length)
888-
local value = range:string()
889-
local display = cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.display(value, buffer, offset, packet, parent)
890-
891-
parent:add(omi_cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.fields.reserved_2, range, value, display)
892-
893-
return offset + length, value
894-
end
895-
896872
-- Retail Price Improvement
897873
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.retail_price_improvement = {}
898874

@@ -1482,7 +1458,7 @@ cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.eq_trading_status_message.s
14821458
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.trading_status.size +
14831459
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reg_sho_action.size +
14841460
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_1.size +
1485-
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.size
1461+
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_1.size
14861462

14871463
-- Display: Eq Trading Status Message
14881464
cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.eq_trading_status_message.display = function(packet, parent, length)
@@ -1508,8 +1484,8 @@ cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.eq_trading_status_message.f
15081484
-- Reserved 1: Alpha
15091485
index, reserved_1 = cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_1.dissect(buffer, index, packet, parent)
15101486

1511-
-- Reserved 2: Alpha
1512-
index, reserved_2 = cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_2.dissect(buffer, index, packet, parent)
1487+
-- Reserved 1: Alpha
1488+
index, reserved_1 = cboe_byxequities_multicastdepthofbook_pitch_v2_41_64.reserved_1.dissect(buffer, index, packet, parent)
15131489

15141490
return index
15151491
end

0 commit comments

Comments
 (0)