Class: Quickfix::UnderlyingPaymentStreamRateIndexLevel
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamRateIndexLevel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexLevel
constructor
A new instance of UnderlyingPaymentStreamRateIndexLevel.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexLevel
Returns a new instance of UnderlyingPaymentStreamRateIndexLevel.
55165 55166 55167 55168 55169 55170 55171 |
# File 'lib/quickfix_fields.rb', line 55165 def initialize(data = nil) if( data == nil ) super(41914) else super(41914, data) end end |
Class Method Details
.field ⇒ Object
55162 55163 55164 |
# File 'lib/quickfix_fields.rb', line 55162 def .field return 41914 end |