Class: Quickfix50Sp2::IOI::NoLegs::NoLegAdditionalTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::IOI::NoLegs::NoLegAdditionalTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegAdditionalTermBondRefs
Instance Method Summary collapse
-
#initialize ⇒ NoLegAdditionalTerms
constructor
A new instance of NoLegAdditionalTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegAdditionalTerms
Returns a new instance of NoLegAdditionalTerms.
5012 5013 5014 5015 5016 5017 5018 5019 |
# File 'lib/quickfix50sp2.rb', line 5012 def initialize order = Quickfix::IntArray.new(4) order[0] = 41336 order[1] = 41337 order[2] = 41316 order[3] = 0 super(41335, 41336, order) end |