Class: Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegStreams::NoLegSettlRateFallbacks
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegStreams::NoLegSettlRateFallbacks
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegSettlRateFallbacks
constructor
A new instance of NoLegSettlRateFallbacks.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegSettlRateFallbacks
Returns a new instance of NoLegSettlRateFallbacks.
283098 283099 283100 283101 283102 283103 283104 283105 283106 283107 |
# File 'lib/quickfix50sp2.rb', line 283098 def initialize order = Quickfix::IntArray.new(6) order[0] = 40903 order[1] = 40366 order[2] = 40370 order[3] = 40905 order[4] = 40906 order[5] = 0 super(40902, 40903, order) end |