Class: Quickfix50Sp2::IOI::NoLegs::NoLegComplexEvents::NoLegComplexEventDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::IOI::NoLegs::NoLegComplexEvents::NoLegComplexEventDates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegComplexEventTimes
Instance Method Summary collapse
-
#initialize ⇒ NoLegComplexEventDates
constructor
A new instance of NoLegComplexEventDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegComplexEventDates
Returns a new instance of NoLegComplexEventDates.
3772 3773 3774 3775 3776 3777 3778 3779 |
# File 'lib/quickfix50sp2.rb', line 3772 def initialize order = Quickfix::IntArray.new(4) order[0] = 2251 order[1] = 2252 order[2] = 2253 order[3] = 0 super(2250, 2251, order) end |