Class: Quickfix::UnderlyingPaymentStubIndexFloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndexFloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRate
constructor
A new instance of UnderlyingPaymentStubIndexFloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRate
36718 36719 36720 36721 36722 36723 36724 |
# File 'lib/quickfix_fields.rb', line 36718 def initialize(data = nil) if( data == nil ) super(40725) else super(40725, data) end end |
Class Method Details
.field ⇒ Object
36715 36716 36717 |
# File 'lib/quickfix_fields.rb', line 36715 def .field return 40725 end |