Class: Quickfix::ComplexEventType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventType
constructor
A new instance of ComplexEventType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventType
19636 19637 19638 19639 19640 19641 19642 |
# File 'lib/quickfix_fields.rb', line 19636 def initialize(data = nil) if( data == nil ) super(1484) else super(1484, data) end end |
Class Method Details
.field ⇒ Object
19633 19634 19635 |
# File 'lib/quickfix_fields.rb', line 19633 def ComplexEventType.field return 1484 end |