Class: Quickfix50Sp2::IOI::NoRelativeValues
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::IOI::NoRelativeValues
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRelativeValues
constructor
A new instance of NoRelativeValues.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRelativeValues
Returns a new instance of NoRelativeValues.
5238 5239 5240 5241 5242 5243 5244 5245 |
# File 'lib/quickfix50sp2.rb', line 5238 def initialize order = Quickfix::IntArray.new(4) order[0] = 2530 order[1] = 2531 order[2] = 2532 order[3] = 0 super(2529, 2530, order) end |