Class: Quickfix::UnderlyingEventTimeUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingEventTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEventTimeUnit
constructor
A new instance of UnderlyingEventTimeUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEventTimeUnit
Returns a new instance of UnderlyingEventTimeUnit.
25993 25994 25995 25996 25997 25998 25999 |
# File 'lib/quickfix_fields.rb', line 25993 def initialize(data = nil) if( data == nil ) super(1985) else super(1985, data) end end |