Class: Quickfix50Sp2::PositionTransferReport::NoEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionTransferReport::NoEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoEvents
constructor
A new instance of NoEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoEvents
Returns a new instance of NoEvents.
388773 388774 388775 388776 388777 388778 388779 388780 388781 388782 388783 388784 388785 388786 388787 |
# File 'lib/quickfix50sp2.rb', line 388773 def initialize order = Quickfix::IntArray.new(11) order[0] = 865 order[1] = 866 order[2] = 1145 order[3] = 1827 order[4] = 1826 order[5] = 2340 order[6] = 867 order[7] = 868 order[8] = 1578 order[9] = 1579 order[10] = 0 super(864, 865, order) end |