Class: Quickfix50Sp2::CollateralRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventCreditEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventCreditEvents
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingComplexEventCreditEventQualifiers
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingComplexEventCreditEvents
constructor
A new instance of NoUnderlyingComplexEventCreditEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingComplexEventCreditEvents
Returns a new instance of NoUnderlyingComplexEventCreditEvents.
278923 278924 278925 278926 278927 278928 278929 278930 278931 278932 278933 278934 278935 |
# File 'lib/quickfix50sp2.rb', line 278923 def initialize order = Quickfix::IntArray.new(9) order[0] = 41717 order[1] = 41718 order[2] = 41719 order[3] = 41720 order[4] = 41721 order[5] = 41722 order[6] = 41723 order[7] = 41724 order[8] = 0 super(41716, 41717, order) end |