Class: Quickfix::NoEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoEvents
constructor
A new instance of NoEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoEvents
Returns a new instance of NoEvents.
11706 11707 11708 11709 11710 11711 11712 |
# File 'lib/quickfix_fields.rb', line 11706 def initialize(data = nil) if( data == nil ) super(864) else super(864, data) end end |
Class Method Details
.field ⇒ Object
11703 11704 11705 |
# File 'lib/quickfix_fields.rb', line 11703 def NoEvents.field return 864 end |