Class: Quickfix::UnderlyingPaymentStreamRateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateMultiplier
constructor
A new instance of UnderlyingPaymentStreamRateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateMultiplier
Returns a new instance of UnderlyingPaymentStreamRateMultiplier.
35405 35406 35407 35408 35409 35410 35411 |
# File 'lib/quickfix_fields.rb', line 35405 def initialize(data = nil) if( data == nil ) super(40624) else super(40624, data) end end |
Class Method Details
.field ⇒ Object
35402 35403 35404 |
# File 'lib/quickfix_fields.rb', line 35402 def UnderlyingPaymentStreamRateMultiplier.field return 40624 end |