Class: Quickfix::DerivativeEventTime
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::DerivativeEventTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeEventTime
constructor
A new instance of DerivativeEventTime.
Constructor Details
#initialize(data = nil) ⇒ DerivativeEventTime
Returns a new instance of DerivativeEventTime.
6129 6130 6131 6132 6133 6134 6135 |
# File 'lib/quickfix_fields.rb', line 6129 def initialize(data = nil) if( data == nil ) super(1289) else super(1289, data) end end |
Class Method Details
.field ⇒ Object
6126 6127 6128 |
# File 'lib/quickfix_fields.rb', line 6126 def DerivativeEventTime.field return 1289 end |