Class: Quickfix50Sp2::ExecutionReport::NoValueChecks
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoValueChecks
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoValueChecks
constructor
A new instance of NoValueChecks.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoValueChecks
Returns a new instance of NoValueChecks.
14219 14220 14221 14222 14223 14224 14225 |
# File 'lib/quickfix50sp2.rb', line 14219 def initialize order = Quickfix::IntArray.new(3) order[0] = 1869 order[1] = 1870 order[2] = 0 super(1868, 1869, order) end |