Class: Quickfix50Sp2::ConfirmationAck::NoMatchExceptions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ConfirmationAck::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.
269799 269800 269801 269802 269803 269804 269805 269806 269807 269808 269809 269810 269811 269812 269813 |
# File 'lib/quickfix50sp2.rb', line 269799 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 |