Class: Quickfix50::SecurityDefinition::NoEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50::SecurityDefinition::NoEvents
- Defined in:
- lib/quickfix50.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.
6585 6586 6587 6588 6589 6590 6591 6592 6593 |
# File 'lib/quickfix50.rb', line 6585 def initialize order = Quickfix::IntArray.new(5) order[0] = 865 order[1] = 866 order[2] = 867 order[3] = 868 order[4] = 0 super(864, 865, order) end |