Class: Quickfix::DerivativeEventTime
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::DerivativeEventTime
- Defined in:
- lib/quickfix_fields.rb
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.
17114 17115 17116 17117 17118 17119 17120 |
# File 'lib/quickfix_fields.rb', line 17114 def initialize(data = nil) if( data == nil ) super(1289) else super(1289, data) end end |