Class: Quickfix::UnderlyingPaymentStreamRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpread
constructor
A new instance of UnderlyingPaymentStreamRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpread
Returns a new instance of UnderlyingPaymentStreamRateSpread.
35418 35419 35420 35421 35422 35423 35424 |
# File 'lib/quickfix_fields.rb', line 35418 def initialize(data = nil) if( data == nil ) super(40625) else super(40625, data) end end |
Class Method Details
.field ⇒ Object
35415 35416 35417 |
# File 'lib/quickfix_fields.rb', line 35415 def UnderlyingPaymentStreamRateSpread.field return 40625 end |