Class: Quickfix::CashSettlRecoveryFactor
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CashSettlRecoveryFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlRecoveryFactor
constructor
A new instance of CashSettlRecoveryFactor.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CashSettlRecoveryFactor
Returns a new instance of CashSettlRecoveryFactor.
27761 27762 27763 27764 27765 27766 27767 |
# File 'lib/quickfix_fields.rb', line 27761 def initialize(data = nil) if( data == nil ) super(40035) else super(40035, data) end end |
Class Method Details
.field ⇒ Object
27758 27759 27760 |
# File 'lib/quickfix_fields.rb', line 27758 def CashSettlRecoveryFactor.field return 40035 end |