Class: Quickfix::LegPaymentStreamCompoundingRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamCompoundingRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpread
constructor
A new instance of LegPaymentStreamCompoundingRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpread
Returns a new instance of LegPaymentStreamCompoundingRateSpread.
66306 66307 66308 66309 66310 66311 66312 |
# File 'lib/quickfix_fields.rb', line 66306 def initialize(data = nil) if( data == nil ) super(42431) else super(42431, data) end end |
Class Method Details
.field ⇒ Object
66303 66304 66305 |
# File 'lib/quickfix_fields.rb', line 66303 def LegPaymentStreamCompoundingRateSpread.field return 42431 end |