Class: Quickfix50Sp2::SecurityStatus::NoIndexRollMonths
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityStatus::NoIndexRollMonths
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoIndexRollMonths
constructor
A new instance of NoIndexRollMonths.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoIndexRollMonths
Returns a new instance of NoIndexRollMonths.
118248 118249 118250 118251 118252 118253 |
# File 'lib/quickfix50sp2.rb', line 118248 def initialize order = Quickfix::IntArray.new(2) order[0] = 2733 order[1] = 0 super(2734, 2733, order) end |