Class: Quickfix50Sp2::CollateralInquiryAck::NoComplexEvents::NoComplexEventPeriods
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralInquiryAck::NoComplexEvents::NoComplexEventPeriods
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoComplexEventAveragingObservations, NoComplexEventPeriodDateTimes, NoComplexEventSchedules
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventPeriods
constructor
A new instance of NoComplexEventPeriods.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventPeriods
Returns a new instance of NoComplexEventPeriods.
301886 301887 301888 301889 301890 301891 301892 301893 301894 301895 |
# File 'lib/quickfix50sp2.rb', line 301886 def initialize order = Quickfix::IntArray.new(6) order[0] = 41011 order[1] = 41012 order[2] = 41031 order[3] = 41007 order[4] = 40994 order[5] = 0 super(41010, 41011, order) end |