Class: Quickfix::UnderlyingPaymentStubIndexRateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubIndexRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateMultiplier
constructor
A new instance of UnderlyingPaymentStubIndexRateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateMultiplier
Returns a new instance of UnderlyingPaymentStubIndexRateMultiplier.
36627 36628 36629 36630 36631 36632 36633 |
# File 'lib/quickfix_fields.rb', line 36627 def initialize(data = nil) if( data == nil ) super(40718) else super(40718, data) end end |
Class Method Details
.field ⇒ Object
36624 36625 36626 |
# File 'lib/quickfix_fields.rb', line 36624 def .field return 40718 end |