Class: Quickfix50Sp2::ExecutionReport::NoFills
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoFills
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested4PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoFills
constructor
A new instance of NoFills.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoFills
Returns a new instance of NoFills.
14116 14117 14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 14129 |
# File 'lib/quickfix50sp2.rb', line 14116 def initialize order = Quickfix::IntArray.new(10) order[0] = 1363 order[1] = 1364 order[2] = 1365 order[3] = 2673 order[4] = 2674 order[5] = 1443 order[6] = 1622 order[7] = 1623 order[8] = 1414 order[9] = 0 super(1362, 1363, order) end |