Class: Quickfix50Sp2::AllocationInstructionAlert::NoFinancingTermSupplements
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoFinancingTermSupplements
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoFinancingTermSupplements
constructor
A new instance of NoFinancingTermSupplements.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoFinancingTermSupplements
Returns a new instance of NoFinancingTermSupplements.
324845 324846 324847 324848 324849 324850 324851 |
# File 'lib/quickfix50sp2.rb', line 324845 def initialize order = Quickfix::IntArray.new(3) order[0] = 40047 order[1] = 40048 order[2] = 0 super(40046, 40047, order) end |