Class: Quickfix::ValuationMethod
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
2684 2685 2686 2687 2688 2689 2690 |
# File 'lib/quickfix_fields.rb', line 2684 def initialize(data = nil) if( data == nil ) super(1197) else super(1197, data) end end |
Class Method Details
.field ⇒ Object
2681 2682 2683 |
# File 'lib/quickfix_fields.rb', line 2681 def ValuationMethod.field return 1197 end |