Class: Quickfix::UnderlyingComplexEventStartTime
- Inherits:
-
UtcTimeOnlyField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeOnlyField
- Quickfix::UnderlyingComplexEventStartTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventStartTime
constructor
A new instance of UnderlyingComplexEventStartTime.
Methods inherited from UtcTimeOnlyField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventStartTime
Returns a new instance of UnderlyingComplexEventStartTime.
26929 26930 26931 26932 26933 26934 26935 |
# File 'lib/quickfix_fields.rb', line 26929 def initialize(data = nil) if( data == nil ) super(2057) else super(2057, data) end end |
Class Method Details
.field ⇒ Object
26926 26927 26928 |
# File 'lib/quickfix_fields.rb', line 26926 def UnderlyingComplexEventStartTime.field return 2057 end |