Class: Quickfix50Sp2::MassQuote::NoQuoteSets::NoQuoteEntries::NoComplexEvents::NoComplexEventCreditEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MassQuote::NoQuoteSets::NoQuoteEntries::NoComplexEvents::NoComplexEventCreditEvents
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoComplexEventCreditEventQualifiers
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventCreditEvents
constructor
A new instance of NoComplexEventCreditEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventCreditEvents
Returns a new instance of NoComplexEventCreditEvents.
125721 125722 125723 125724 125725 125726 125727 125728 125729 125730 125731 125732 125733 |
# File 'lib/quickfix50sp2.rb', line 125721 def initialize order = Quickfix::IntArray.new(9) order[0] = 40998 order[1] = 40999 order[2] = 41000 order[3] = 41001 order[4] = 41002 order[5] = 41003 order[6] = 41004 order[7] = 41005 order[8] = 0 super(40997, 40998, order) end |