Class: Quickfix::UnderlyingIndexCurveUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIndexCurveUnit
constructor
A new instance of UnderlyingIndexCurveUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIndexCurveUnit
Returns a new instance of UnderlyingIndexCurveUnit.
75939 75940 75941 75942 75943 75944 75945 |
# File 'lib/quickfix_fields.rb', line 75939 def initialize(data = nil) if( data == nil ) super(2723) else super(2723, data) end end |