Class: Quickfix::EventTimeUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EventTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventTimeUnit
constructor
A new instance of EventTimeUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
23897 23898 23899 |
# File 'lib/quickfix_fields.rb', line 23897 def EventTimeUnit.field return 1827 end |