Class: Quickfix50Sp2::SecurityDefinition::NoLegs::NoLegComplexEvents::NoLegComplexEventCreditEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::NoLegs::NoLegComplexEvents::NoLegComplexEventCreditEvents
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegComplexEventCreditEventQualifiers
Instance Method Summary collapse
-
#initialize ⇒ NoLegComplexEventCreditEvents
constructor
A new instance of NoLegComplexEventCreditEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegComplexEventCreditEvents
Returns a new instance of NoLegComplexEventCreditEvents.
109925 109926 109927 109928 109929 109930 109931 109932 109933 109934 109935 109936 109937 |
# File 'lib/quickfix50sp2.rb', line 109925 def initialize order = Quickfix::IntArray.new(9) order[0] = 41367 order[1] = 41368 order[2] = 41369 order[3] = 41370 order[4] = 41371 order[5] = 41372 order[6] = 41373 order[7] = 41374 order[8] = 0 super(41366, 41367, order) end |