Class: Quickfix50Sp2::ExecutionReport::NoTrdRegTimestamps
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoTrdRegTimestamps
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrdRegTimestamps
constructor
A new instance of NoTrdRegTimestamps.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoTrdRegTimestamps
Returns a new instance of NoTrdRegTimestamps.
16116 16117 16118 16119 16120 16121 16122 16123 16124 16125 16126 16127 16128 16129 16130 16131 16132 |
# File 'lib/quickfix50sp2.rb', line 16116 def initialize order = Quickfix::IntArray.new(13) order[0] = 769 order[1] = 770 order[2] = 771 order[3] = 2839 order[4] = 1033 order[5] = 1034 order[6] = 1035 order[7] = 1727 order[8] = 2831 order[9] = 2832 order[10] = 2833 order[11] = 2834 order[12] = 0 super(768, 769, order) end |