Class: Quickfix50Sp2::CollateralResponse::NoComplexEvents::NoComplexEventCreditEvents::NoComplexEventCreditEventQualifiers
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralResponse::NoComplexEvents::NoComplexEventCreditEvents::NoComplexEventCreditEventQualifiers
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventCreditEventQualifiers
constructor
A new instance of NoComplexEventCreditEventQualifiers.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventCreditEventQualifiers
Returns a new instance of NoComplexEventCreditEventQualifiers.
285928 285929 285930 285931 285932 285933 |
# File 'lib/quickfix50sp2.rb', line 285928 def initialize order = Quickfix::IntArray.new(2) order[0] = 41006 order[1] = 0 super(41005, 41006, order) end |