Class: Quickfix::UnderlyingTimeUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingTimeUnit
constructor
A new instance of UnderlyingTimeUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingTimeUnit
Returns a new instance of UnderlyingTimeUnit.
13461 13462 13463 13464 13465 13466 13467 |
# File 'lib/quickfix_fields.rb', line 13461 def initialize(data = nil) if( data == nil ) super(1000) else super(1000, data) end end |
Class Method Details
.field ⇒ Object
13458 13459 13460 |
# File 'lib/quickfix_fields.rb', line 13458 def .field return 1000 end |