Class: Quickfix::UnderlyingCashSettlRecoveryFactor
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCashSettlRecoveryFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlRecoveryFactor
constructor
A new instance of UnderlyingCashSettlRecoveryFactor.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlRecoveryFactor
Returns a new instance of UnderlyingCashSettlRecoveryFactor.
58545 58546 58547 58548 58549 58550 58551 |
# File 'lib/quickfix_fields.rb', line 58545 def initialize(data = nil) if( data == nil ) super(42055) else super(42055, data) end end |
Class Method Details
.field ⇒ Object
58542 58543 58544 |
# File 'lib/quickfix_fields.rb', line 58542 def .field return 42055 end |