Class: Quickfix::PaymentStreamDiscountRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamDiscountRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDiscountRate
constructor
A new instance of PaymentStreamDiscountRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamDiscountRate
Returns a new instance of PaymentStreamDiscountRate.
36978 36979 36980 36981 36982 36983 36984 |
# File 'lib/quickfix_fields.rb', line 36978 def initialize(data = nil) if( data == nil ) super(40745) else super(40745, data) end end |
Class Method Details
.field ⇒ Object
36975 36976 36977 |
# File 'lib/quickfix_fields.rb', line 36975 def PaymentStreamDiscountRate.field return 40745 end |