Class: Quickfix::UnderlyingPaymentStreamCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRate
constructor
A new instance of UnderlyingPaymentStreamCapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRate
Returns a new instance of UnderlyingPaymentStreamCapRate.
35457 35458 35459 35460 35461 35462 35463 |
# File 'lib/quickfix_fields.rb', line 35457 def initialize(data = nil) if( data == nil ) super(40628) else super(40628, data) end end |
Class Method Details
.field ⇒ Object
35454 35455 35456 |
# File 'lib/quickfix_fields.rb', line 35454 def UnderlyingPaymentStreamCapRate.field return 40628 end |