Class: Quickfix::PaymentStreamCompoundingCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamCompoundingCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRate
constructor
A new instance of PaymentStreamCompoundingCapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRate
Returns a new instance of PaymentStreamCompoundingCapRate.
68919 68920 68921 68922 68923 68924 68925 |
# File 'lib/quickfix_fields.rb', line 68919 def initialize(data = nil) if( data == nil ) super(42635) else super(42635, data) end end |
Class Method Details
.field ⇒ Object
68916 68917 68918 |
# File 'lib/quickfix_fields.rb', line 68916 def PaymentStreamCompoundingCapRate.field return 42635 end |