Class: Quickfix::UnderlyingPaymentStubIndex2FloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndex2FloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2FloorRate
constructor
A new instance of UnderlyingPaymentStubIndex2FloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2FloorRate
Returns a new instance of UnderlyingPaymentStubIndex2FloorRate.
36874 36875 36876 36877 36878 36879 36880 |
# File 'lib/quickfix_fields.rb', line 36874 def initialize(data = nil) if( data == nil ) super(40737) else super(40737, data) end end |
Class Method Details
.field ⇒ Object
36871 36872 36873 |
# File 'lib/quickfix_fields.rb', line 36871 def .field return 40737 end |