Class: Quickfix50Sp2::CollateralReport::NoLegs::NoLegComplexEvents::NoLegComplexEventRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralReport::NoLegs::NoLegComplexEvents::NoLegComplexEventRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegComplexEventRateSources
constructor
A new instance of NoLegComplexEventRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegComplexEventRateSources
Returns a new instance of NoLegComplexEventRateSources.
292909 292910 292911 292912 292913 292914 292915 292916 292917 |
# File 'lib/quickfix50sp2.rb', line 292909 def initialize order = Quickfix::IntArray.new(5) order[0] = 41383 order[1] = 41384 order[2] = 41385 order[3] = 41386 order[4] = 0 super(41382, 41383, order) end |