Class: Quickfix::EventTimeUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EventTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventTimeUnit
constructor
A new instance of EventTimeUnit.
Constructor Details
#initialize(data = nil) ⇒ EventTimeUnit
Returns a new instance of EventTimeUnit.
23900 23901 23902 23903 23904 23905 23906 |
# File 'lib/quickfix_fields.rb', line 23900 def initialize(data = nil) if( data == nil ) super(1827) else super(1827, data) end end |