Class: Quickfix::UnderlyingPaymentStubIndexCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndexCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRate
constructor
A new instance of UnderlyingPaymentStubIndexCapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRate
Returns a new instance of UnderlyingPaymentStubIndexCapRate.
36679 36680 36681 36682 36683 36684 36685 |
# File 'lib/quickfix_fields.rb', line 36679 def initialize(data = nil) if( data == nil ) super(40722) else super(40722, data) end end |
Class Method Details
.field ⇒ Object
36676 36677 36678 |
# File 'lib/quickfix_fields.rb', line 36676 def .field return 40722 end |