Class: Quickfix::UnderlyingPaymentStubIndexRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndexRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateSpread
constructor
A new instance of UnderlyingPaymentStubIndexRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateSpread
Returns a new instance of UnderlyingPaymentStubIndexRateSpread.
36640 36641 36642 36643 36644 36645 36646 |
# File 'lib/quickfix_fields.rb', line 36640 def initialize(data = nil) if( data == nil ) super(40719) else super(40719, data) end end |
Class Method Details
.field ⇒ Object
36637 36638 36639 |
# File 'lib/quickfix_fields.rb', line 36637 def .field return 40719 end |