Class: Quickfix::UnderlyingValuationSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingValuationSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingValuationSource
constructor
A new instance of UnderlyingValuationSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingValuationSource
Returns a new instance of UnderlyingValuationSource.
54359 54360 54361 54362 54363 54364 54365 |
# File 'lib/quickfix_fields.rb', line 54359 def initialize(data = nil) if( data == nil ) super(2293) else super(2293, data) end end |