Class: Quickfix50Sp1::ApplicationMessageRequestAck::NoApplIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::ApplicationMessageRequestAck::NoApplIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoApplIDs
constructor
A new instance of NoApplIDs.
Constructor Details
#initialize ⇒ NoApplIDs
Returns a new instance of NoApplIDs.
15513 15514 15515 15516 15517 15518 15519 15520 15521 15522 |
# File 'lib/quickfix50sp1.rb', line 15513 def initialize order = Quickfix::IntArray.new(6) order[0] = 1355 order[1] = 1182 order[2] = 1183 order[3] = 1357 order[4] = 1354 order[5] = 0 super(1351, 1355, order) end |