Class: Quickfix50Sp2::CollateralReport::NoLegs::NoLegStreams::NoLegPaymentStreamFormulas
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralReport::NoLegs::NoLegStreams::NoLegPaymentStreamFormulas
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegPaymentStreamFormulas
constructor
A new instance of NoLegPaymentStreamFormulas.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPaymentStreamFormulas
Returns a new instance of NoLegPaymentStreamFormulas.
293469 293470 293471 293472 293473 293474 293475 293476 |
# File 'lib/quickfix50sp2.rb', line 293469 def initialize order = Quickfix::IntArray.new(4) order[0] = 43110 order[1] = 42486 order[2] = 42487 order[3] = 0 super(42485, 43110, order) end |