Class: Quickfix::UnderlyingComplexEventSpotRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexEventSpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventSpotRate
constructor
A new instance of UnderlyingComplexEventSpotRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventSpotRate
Returns a new instance of UnderlyingComplexEventSpotRate.
57921 57922 57923 57924 57925 57926 57927 |
# File 'lib/quickfix_fields.rb', line 57921 def initialize(data = nil) if( data == nil ) super(2419) else super(2419, data) end end |
Class Method Details
.field ⇒ Object
57918 57919 57920 |
# File 'lib/quickfix_fields.rb', line 57918 def .field return 2419 end |