Class: Quickfix50Sp2::CollateralAssignment::NoMiscFees::NoMiscFeeSubTypes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralAssignment::NoMiscFees::NoMiscFeeSubTypes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMiscFeeSubTypes
constructor
A new instance of NoMiscFeeSubTypes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMiscFeeSubTypes
Returns a new instance of NoMiscFeeSubTypes.
285575 285576 285577 285578 285579 285580 285581 285582 285583 285584 |
# File 'lib/quickfix50sp2.rb', line 285575 def initialize order = Quickfix::IntArray.new(6) order[0] = 2634 order[1] = 2635 order[2] = 2636 order[3] = 2637 order[4] = 2638 order[5] = 0 super(2633, 2634, order) end |