Class: Quickfix50Sp2::ApplicationMessageReport::NoApplIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::ApplicationMessageReport::NoApplIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoApplIDs
constructor
A new instance of NoApplIDs.
Constructor Details
#initialize ⇒ NoApplIDs
Returns a new instance of NoApplIDs.
16677 16678 16679 16680 16681 16682 16683 16684 |
# File 'lib/quickfix50sp2.rb', line 16677 def initialize order = Quickfix::IntArray.new(4) order[0] = 1355 order[1] = 1399 order[2] = 1357 order[3] = 0 super(1351, 1355, order) end |