Class: Quickfix::UnderlyingPaymentStubIndex2CapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndex2CapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CapRate
constructor
A new instance of UnderlyingPaymentStubIndex2CapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CapRate
Returns a new instance of UnderlyingPaymentStubIndex2CapRate.
36861 36862 36863 36864 36865 36866 36867 |
# File 'lib/quickfix_fields.rb', line 36861 def initialize(data = nil) if( data == nil ) super(40736) else super(40736, data) end end |
Class Method Details
.field ⇒ Object
36858 36859 36860 |
# File 'lib/quickfix_fields.rb', line 36858 def UnderlyingPaymentStubIndex2CapRate.field return 40736 end |