Class: Quickfix50Sp2::MassQuoteAck::NoQuoteSets::NoQuoteEntries::NoComplexEvents::NoComplexEventDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MassQuoteAck::NoQuoteSets::NoQuoteEntries::NoComplexEvents::NoComplexEventDates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoComplexEventTimes
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventDates
constructor
A new instance of NoComplexEventDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventDates
Returns a new instance of NoComplexEventDates.
97639 97640 97641 97642 97643 97644 97645 97646 |
# File 'lib/quickfix50sp2.rb', line 97639 def initialize order = Quickfix::IntArray.new(4) order[0] = 1492 order[1] = 1493 order[2] = 1494 order[3] = 0 super(1491, 1492, order) end |