Class: Quickfix::ValuationReferenceModel
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ValuationReferenceModel
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValuationReferenceModel
constructor
A new instance of ValuationReferenceModel.
Constructor Details
#initialize(data = nil) ⇒ ValuationReferenceModel
Returns a new instance of ValuationReferenceModel.
42386 42387 42388 42389 42390 42391 42392 |
# File 'lib/quickfix_fields.rb', line 42386 def initialize(data = nil) if( data == nil ) super(2140) else super(2140, data) end end |