Class: Quickfix50Sp2::Confirmation::NoMatchingDataPoints
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Confirmation::NoMatchingDataPoints
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMatchingDataPoints
constructor
A new instance of NoMatchingDataPoints.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoMatchingDataPoints
Returns a new instance of NoMatchingDataPoints.
225095 225096 225097 225098 225099 225100 225101 225102 225103 |
# File 'lib/quickfix50sp2.rb', line 225095 def initialize order = Quickfix::IntArray.new(5) order[0] = 2782 order[1] = 2783 order[2] = 2784 order[3] = 2785 order[4] = 0 super(2781, 2782, order) end |