Class: Quickfix50Sp2::ApplicationMessageRequestAck::NoApplIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::ApplicationMessageRequestAck::NoApplIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoApplIDs
constructor
A new instance of NoApplIDs.
Constructor Details
#initialize ⇒ NoApplIDs
Returns a new instance of NoApplIDs.
16611 16612 16613 16614 16615 16616 16617 16618 16619 16620 16621 16622 |
# File 'lib/quickfix50sp2.rb', line 16611 def initialize order = Quickfix::IntArray.new(8) order[0] = 1355 order[1] = 1182 order[2] = 1183 order[3] = 1357 order[4] = 1354 order[5] = 539 order[6] = 1433 order[7] = 0 super(1351, 1355, order) end |