Class: Quickfix50Sp2::Confirmation::NoMatchExceptions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Confirmation::NoMatchExceptions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMatchExceptions
constructor
A new instance of NoMatchExceptions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMatchExceptions
Returns a new instance of NoMatchExceptions.
225077 225078 225079 225080 225081 225082 225083 225084 225085 225086 225087 225088 225089 225090 225091 |
# File 'lib/quickfix50sp2.rb', line 225077 def initialize order = Quickfix::IntArray.new(11) order[0] = 2773 order[1] = 2774 order[2] = 2775 order[3] = 2776 order[4] = 2777 order[5] = 2778 order[6] = 2779 order[7] = 2780 order[8] = 2797 order[9] = 2798 order[10] = 0 super(2772, 2773, order) end |