Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingAdditionalTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassStatusRequest::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.
198172 198173 198174 198175 198176 198177 198178 198179 |
# File 'lib/quickfix50sp2.rb', line 198172 def initialize order = Quickfix::IntArray.new(4) order[0] = 42037 order[1] = 42038 order[2] = 41340 order[3] = 0 super(42036, 42037, order) end |