Class: Quickfix50Sp2::AllocationInstructionAlert::NoAllocs::NoMiscFees
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoAllocs::NoMiscFees
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoMiscFeeSubTypes
Instance Method Summary collapse
-
#initialize ⇒ NoMiscFees
constructor
A new instance of NoMiscFees.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMiscFees
Returns a new instance of NoMiscFees.
328624 328625 328626 328627 328628 328629 328630 328631 328632 328633 328634 328635 328636 328637 |
# File 'lib/quickfix50sp2.rb', line 328624 def initialize order = Quickfix::IntArray.new(10) order[0] = 137 order[1] = 138 order[2] = 139 order[3] = 2712 order[4] = 2633 order[5] = 891 order[6] = 2216 order[7] = 2217 order[8] = 2713 order[9] = 0 super(136, 137, order) end |