Class: Quickfix::MDRecoveryTimeIntervalUnit
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDRecoveryTimeIntervalUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDRecoveryTimeIntervalUnit
constructor
A new instance of MDRecoveryTimeIntervalUnit.
Constructor Details
#initialize(data = nil) ⇒ MDRecoveryTimeIntervalUnit
Returns a new instance of MDRecoveryTimeIntervalUnit.
62367 62368 62369 62370 62371 62372 62373 |
# File 'lib/quickfix_fields.rb', line 62367 def initialize(data = nil) if( data == nil ) super(2566) else super(2566, data) end end |