Class: Quickfix50Sp2::AccountSummaryReport::NoCollateralAmounts::NoCollateralReinvestments
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AccountSummaryReport::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
Returns a new instance of NoCollateralReinvestments.
362922 362923 362924 362925 362926 362927 362928 362929 362930 |
# File 'lib/quickfix50sp2.rb', line 362922 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 |