Class: Quickfix::UnderlyingPaymentStreamInitialRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamInitialRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialRate
constructor
A new instance of UnderlyingPaymentStreamInitialRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialRate
Returns a new instance of UnderlyingPaymentStreamInitialRate.
35535 35536 35537 35538 35539 35540 35541 |
# File 'lib/quickfix_fields.rb', line 35535 def initialize(data = nil) if( data == nil ) super(40634) else super(40634, data) end end |
Class Method Details
.field ⇒ Object
35532 35533 35534 |
# File 'lib/quickfix_fields.rb', line 35532 def .field return 40634 end |