Class: Quickfix::UnderlyingComplexEventType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventType
constructor
A new instance of UnderlyingComplexEventType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventType
Returns a new instance of UnderlyingComplexEventType.
26786 26787 26788 26789 26790 26791 26792 |
# File 'lib/quickfix_fields.rb', line 26786 def initialize(data = nil) if( data == nil ) super(2046) else super(2046, data) end end |
Class Method Details
.field ⇒ Object
26783 26784 26785 |
# File 'lib/quickfix_fields.rb', line 26783 def .field return 2046 end |