Class: Quickfix50Sp1::ApplicationMessageReport::NoApplIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::ApplicationMessageReport::NoApplIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoApplIDs
constructor
A new instance of NoApplIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoApplIDs
Returns a new instance of NoApplIDs.
23262 23263 23264 23265 23266 23267 23268 23269 |
# File 'lib/quickfix50sp1.rb', line 23262 def initialize order = Quickfix::IntArray.new(4) order[0] = 1355 order[1] = 1399 order[2] = 1357 order[3] = 0 super(1351, 1355, order) end |