Class: Quickfix50Sp2::DerivativeSecurityList::NoUnderlyingComplexEvents::NoUnderlyingComplexEventDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityList::NoUnderlyingComplexEvents::NoUnderlyingComplexEventDates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingComplexEventTimes
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingComplexEventDates
constructor
A new instance of NoUnderlyingComplexEventDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingComplexEventDates
Returns a new instance of NoUnderlyingComplexEventDates.
167722 167723 167724 167725 167726 167727 167728 167729 |
# File 'lib/quickfix50sp2.rb', line 167722 def initialize order = Quickfix::IntArray.new(4) order[0] = 2054 order[1] = 2055 order[2] = 2056 order[3] = 0 super(2053, 2054, order) end |