Class: Quickfix::UnderlyingEventTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::UnderlyingEventTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEventTime
constructor
A new instance of UnderlyingEventTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEventTime
Returns a new instance of UnderlyingEventTime.
25980 25981 25982 25983 25984 25985 25986 |
# File 'lib/quickfix_fields.rb', line 25980 def initialize(data = nil) if( data == nil ) super(1984) else super(1984, data) end end |
Class Method Details
.field ⇒ Object
25977 25978 25979 |
# File 'lib/quickfix_fields.rb', line 25977 def .field return 1984 end |