Class: Quickfix::UnderlyingPaymentStreamWorldScaleRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamWorldScaleRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamWorldScaleRate
constructor
A new instance of UnderlyingPaymentStreamWorldScaleRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamWorldScaleRate
Returns a new instance of UnderlyingPaymentStreamWorldScaleRate.
55061 55062 55063 55064 55065 55066 55067 |
# File 'lib/quickfix_fields.rb', line 55061 def initialize(data = nil) if( data == nil ) super(41906) else super(41906, data) end end |
Class Method Details
.field ⇒ Object
55058 55059 55060 |
# File 'lib/quickfix_fields.rb', line 55058 def .field return 41906 end |