Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingAdditionalTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingAdditionalTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingAdditionalTermBondRefs
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingAdditionalTerms
constructor
A new instance of NoUnderlyingAdditionalTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingAdditionalTerms
Returns a new instance of NoUnderlyingAdditionalTerms.
337173 337174 337175 337176 337177 337178 337179 337180 |
# File 'lib/quickfix50sp2.rb', line 337173 def initialize order = Quickfix::IntArray.new(4) order[0] = 42037 order[1] = 42038 order[2] = 41340 order[3] = 0 super(42036, 42037, order) end |