Class: Quickfix50Sp2::PositionMaintenanceRequest::NoLegs::NoLegStreams::NoLegPaymentStreamCompoundingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionMaintenanceRequest::NoLegs::NoLegStreams::NoLegPaymentStreamCompoundingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegPaymentStreamCompoundingDates
constructor
A new instance of NoLegPaymentStreamCompoundingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPaymentStreamCompoundingDates
Returns a new instance of NoLegPaymentStreamCompoundingDates.
227791 227792 227793 227794 227795 227796 227797 |
# File 'lib/quickfix50sp2.rb', line 227791 def initialize order = Quickfix::IntArray.new(3) order[0] = 42406 order[1] = 42407 order[2] = 0 super(42405, 42406, order) end |