Class: Quickfix::NoComplexEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoComplexEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEvents
constructor
A new instance of NoComplexEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoComplexEvents
Returns a new instance of NoComplexEvents.
19623 19624 19625 19626 19627 19628 19629 |
# File 'lib/quickfix_fields.rb', line 19623 def initialize(data = nil) if( data == nil ) super(1483) else super(1483, data) end end |
Class Method Details
.field ⇒ Object
19620 19621 19622 |
# File 'lib/quickfix_fields.rb', line 19620 def NoComplexEvents.field return 1483 end |