Class: Quickfix::LegCashSettlRecoveryFactor
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegCashSettlRecoveryFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlRecoveryFactor
constructor
A new instance of LegCashSettlRecoveryFactor.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlRecoveryFactor
Returns a new instance of LegCashSettlRecoveryFactor.
46884 46885 46886 46887 46888 46889 46890 |
# File 'lib/quickfix_fields.rb', line 46884 def initialize(data = nil) if( data == nil ) super(41358) else super(41358, data) end end |
Class Method Details
.field ⇒ Object
46881 46882 46883 |
# File 'lib/quickfix_fields.rb', line 46881 def LegCashSettlRecoveryFactor.field return 41358 end |