Class: Quickfix::UnderlyingPaymentStreamDiscountRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamDiscountRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountRate
constructor
A new instance of UnderlyingPaymentStreamDiscountRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountRate
Returns a new instance of UnderlyingPaymentStreamDiscountRate.
34768 34769 34770 34771 34772 34773 34774 |
# File 'lib/quickfix_fields.rb', line 34768 def initialize(data = nil) if( data == nil ) super(40575) else super(40575, data) end end |
Class Method Details
.field ⇒ Object
34765 34766 34767 |
# File 'lib/quickfix_fields.rb', line 34765 def .field return 40575 end |