Class: Quickfix50Sp2::RequestForPositions::NoProtectionTerms::NoProtectionTermEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::RequestForPositions::NoProtectionTerms::NoProtectionTermEvents
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoProtectionTermEventQualifiers
Instance Method Summary collapse
-
#initialize ⇒ NoProtectionTermEvents
constructor
A new instance of NoProtectionTermEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoProtectionTermEvents
Returns a new instance of NoProtectionTermEvents.
237178 237179 237180 237181 237182 237183 237184 237185 237186 237187 237188 237189 237190 |
# File 'lib/quickfix50sp2.rb', line 237178 def initialize order = Quickfix::IntArray.new(9) order[0] = 40192 order[1] = 40193 order[2] = 40194 order[3] = 40195 order[4] = 40196 order[5] = 40197 order[6] = 40198 order[7] = 40199 order[8] = 0 super(40191, 40192, order) end |