Class: Quickfix::UnderlyingPaymentStreamCompoundingRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateSpread
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateSpread
Returns a new instance of UnderlyingPaymentStreamCompoundingRateSpread.
72988 72989 72990 72991 72992 72993 72994 |
# File 'lib/quickfix_fields.rb', line 72988 def initialize(data = nil) if( data == nil ) super(42927) else super(42927, data) end end |
Class Method Details
.field ⇒ Object
72985 72986 72987 |
# File 'lib/quickfix_fields.rb', line 72985 def .field return 42927 end |