Class: Quickfix::ValuationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
18866 18867 18868 |
# File 'lib/quickfix_fields.rb', line 18866 def ValuationMethod.field return 1197 end |