Class: Quickfix::UnderlyingTimeUnit
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingTimeUnit
Returns a new instance of UnderlyingTimeUnit.
19467 19468 19469 19470 19471 19472 19473 |
# File 'lib/quickfix_fields.rb', line 19467 def initialize(data = nil) if( data == nil ) super(1000) else super(1000, data) end end |
Class Method Details
.field ⇒ Object
19464 19465 19466 |
# File 'lib/quickfix_fields.rb', line 19464 def UnderlyingTimeUnit.field return 1000 end |