Class: Quickfix::UnderlyingPaymentStubIndex2RateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndex2RateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateSpread
constructor
A new instance of UnderlyingPaymentStubIndex2RateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateSpread
Returns a new instance of UnderlyingPaymentStubIndex2RateSpread.
36822 36823 36824 36825 36826 36827 36828 |
# File 'lib/quickfix_fields.rb', line 36822 def initialize(data = nil) if( data == nil ) super(40733) else super(40733, data) end end |
Class Method Details
.field ⇒ Object
36819 36820 36821 |
# File 'lib/quickfix_fields.rb', line 36819 def UnderlyingPaymentStubIndex2RateSpread.field return 40733 end |