Class: Quickfix::UnderlyingComplexEventEndTime
- Inherits:
-
UtcTimeOnlyField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeOnlyField
- Quickfix::UnderlyingComplexEventEndTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventEndTime
constructor
A new instance of UnderlyingComplexEventEndTime.
Methods inherited from UtcTimeOnlyField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventEndTime
Returns a new instance of UnderlyingComplexEventEndTime.
26942 26943 26944 26945 26946 26947 26948 |
# File 'lib/quickfix_fields.rb', line 26942 def initialize(data = nil) if( data == nil ) super(2058) else super(2058, data) end end |
Class Method Details
.field ⇒ Object
26939 26940 26941 |
# File 'lib/quickfix_fields.rb', line 26939 def .field return 2058 end |