Class: Quickfix::UnderlyingComplexEventEndDate
- Inherits:
-
UtcDateField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcDateField
- Quickfix::UnderlyingComplexEventEndDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventEndDate
constructor
A new instance of UnderlyingComplexEventEndDate.
Methods inherited from UtcDateField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventEndDate
Returns a new instance of UnderlyingComplexEventEndDate.
26903 26904 26905 26906 26907 26908 26909 |
# File 'lib/quickfix_fields.rb', line 26903 def initialize(data = nil) if( data == nil ) super(2055) else super(2055, data) end end |
Class Method Details
.field ⇒ Object
26900 26901 26902 |
# File 'lib/quickfix_fields.rb', line 26900 def .field return 2055 end |