Class: Quickfix::ValuationMethod
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValuationMethod
constructor
A new instance of ValuationMethod.
Constructor Details
#initialize(data = nil) ⇒ ValuationMethod
Returns a new instance of ValuationMethod.
18869 18870 18871 18872 18873 18874 18875 |
# File 'lib/quickfix_fields.rb', line 18869 def initialize(data = nil) if( data == nil ) super(1197) else super(1197, data) end end |