Class: Quickfix50Sp1::ApplicationMessageReport::NoApplIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::ApplicationMessageReport::NoApplIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoApplIDs
constructor
A new instance of NoApplIDs.
Constructor Details
#initialize ⇒ NoApplIDs
15533 15534 15535 15536 15537 15538 15539 15540 |
# File 'lib/quickfix50sp1.rb', line 15533 def initialize order = Quickfix::IntArray.new(4) order[0] = 1355 order[1] = 1399 order[2] = 1357 order[3] = 0 super(1351, 1355, order) end |