Class: Quickfix50Sp2::SecurityDefinition::NoLegs::NoLegExtraordinaryEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::NoLegs::NoLegExtraordinaryEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegExtraordinaryEvents
constructor
A new instance of NoLegExtraordinaryEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegExtraordinaryEvents
Returns a new instance of NoLegExtraordinaryEvents.
111245 111246 111247 111248 111249 111250 111251 |
# File 'lib/quickfix50sp2.rb', line 111245 def initialize order = Quickfix::IntArray.new(3) order[0] = 42389 order[1] = 42390 order[2] = 0 super(42388, 42389, order) end |