Class: Quickfix::LegPaymentStreamDiscountRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamDiscountRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDiscountRate
constructor
A new instance of LegPaymentStreamDiscountRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamDiscountRate
Returns a new instance of LegPaymentStreamDiscountRate.
31011 31012 31013 31014 31015 31016 31017 |
# File 'lib/quickfix_fields.rb', line 31011 def initialize(data = nil) if( data == nil ) super(40286) else super(40286, data) end end |
Class Method Details
.field ⇒ Object
31008 31009 31010 |
# File 'lib/quickfix_fields.rb', line 31008 def LegPaymentStreamDiscountRate.field return 40286 end |