Class: Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegStreams::NoLegNonDeliverableFixingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegStreams::NoLegNonDeliverableFixingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegNonDeliverableFixingDates
constructor
A new instance of NoLegNonDeliverableFixingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegNonDeliverableFixingDates
Returns a new instance of NoLegNonDeliverableFixingDates.
283088 283089 283090 283091 283092 283093 283094 |
# File 'lib/quickfix50sp2.rb', line 283088 def initialize order = Quickfix::IntArray.new(3) order[0] = 40368 order[1] = 40369 order[2] = 0 super(40367, 40368, order) end |