Class: Quickfix::EventTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::EventTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventTime
constructor
A new instance of EventTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ EventTime
Returns a new instance of EventTime.
15294 15295 15296 15297 15298 15299 15300 |
# File 'lib/quickfix_fields.rb', line 15294 def initialize(data = nil) if( data == nil ) super(1145) else super(1145, data) end end |
Class Method Details
.field ⇒ Object
15291 15292 15293 |
# File 'lib/quickfix_fields.rb', line 15291 def EventTime.field return 1145 end |