Class: Quickfix50Sp2::PositionReport::NoCollateralAmounts::NoCollateralReinvestments
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionReport::NoCollateralAmounts::NoCollateralReinvestments
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoCollateralReinvestments
constructor
A new instance of NoCollateralReinvestments.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoCollateralReinvestments
249492 249493 249494 249495 249496 249497 249498 249499 249500 |
# File 'lib/quickfix50sp2.rb', line 249492 def initialize order = Quickfix::IntArray.new(5) order[0] = 2844 order[1] = 2842 order[2] = 2843 order[3] = 2931 order[4] = 0 super(2845, 2844, order) end |