Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEvents::NoUnderlyingProtectionTermEventQualifiers
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEvents::NoUnderlyingProtectionTermEventQualifiers
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProtectionTermEventQualifiers
constructor
A new instance of NoUnderlyingProtectionTermEventQualifiers.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProtectionTermEventQualifiers
Returns a new instance of NoUnderlyingProtectionTermEventQualifiers.
348112 348113 348114 348115 348116 348117 |
# File 'lib/quickfix50sp2.rb', line 348112 def initialize order = Quickfix::IntArray.new(2) order[0] = 42086 order[1] = 0 super(42085, 42086, order) end |