Class: Quickfix::TimeUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TimeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TimeUnit
constructor
A new instance of TimeUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TimeUnit
Returns a new instance of TimeUnit.
13422 13423 13424 13425 13426 13427 13428 |
# File 'lib/quickfix_fields.rb', line 13422 def initialize(data = nil) if( data == nil ) super(997) else super(997, data) end end |
Class Method Details
.field ⇒ Object
13419 13420 13421 |
# File 'lib/quickfix_fields.rb', line 13419 def TimeUnit.field return 997 end |