Class: Quickfix::NoUnderlyingComplexEventDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventDates
constructor
A new instance of NoUnderlyingComplexEventDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventDates
Returns a new instance of NoUnderlyingComplexEventDates.
26877 26878 26879 26880 26881 26882 26883 |
# File 'lib/quickfix_fields.rb', line 26877 def initialize(data = nil) if( data == nil ) super(2053) else super(2053, data) end end |
Class Method Details
.field ⇒ Object
26874 26875 26876 |
# File 'lib/quickfix_fields.rb', line 26874 def NoUnderlyingComplexEventDates.field return 2053 end |