Class: Quickfix::MDRecoveryTimeIntervalUnit
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDRecoveryTimeIntervalUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDRecoveryTimeIntervalUnit
constructor
A new instance of MDRecoveryTimeIntervalUnit.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
62364 62365 62366 |
# File 'lib/quickfix_fields.rb', line 62364 def MDRecoveryTimeIntervalUnit.field return 2566 end |