Class: Quickfix::UnderlyingValuationReferenceModel
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingValuationReferenceModel
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingValuationReferenceModel
constructor
A new instance of UnderlyingValuationReferenceModel.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingValuationReferenceModel
Returns a new instance of UnderlyingValuationReferenceModel.
54372 54373 54374 54375 54376 54377 54378 |
# File 'lib/quickfix_fields.rb', line 54372 def initialize(data = nil) if( data == nil ) super(2294) else super(2294, data) end end |