Class: Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEvents
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingProtectionTermEventQualifiers
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProtectionTermEvents
constructor
A new instance of NoUnderlyingProtectionTermEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProtectionTermEvents
Returns a new instance of NoUnderlyingProtectionTermEvents.
310154 310155 310156 310157 310158 310159 310160 310161 310162 310163 310164 310165 310166 |
# File 'lib/quickfix50sp2.rb', line 310154 def initialize order = Quickfix::IntArray.new(9) order[0] = 42078 order[1] = 42079 order[2] = 42080 order[3] = 42081 order[4] = 42082 order[5] = 42083 order[6] = 42084 order[7] = 42085 order[8] = 0 super(42077, 42078, order) end |