Class: Quickfix::DerivativeValuationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeValuationMethod
constructor
A new instance of DerivativeValuationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeValuationMethod
Returns a new instance of DerivativeValuationMethod.
18882 18883 18884 18885 18886 18887 18888 |
# File 'lib/quickfix_fields.rb', line 18882 def initialize(data = nil) if( data == nil ) super(1319) else super(1319, data) end end |
Class Method Details
.field ⇒ Object
18879 18880 18881 |
# File 'lib/quickfix_fields.rb', line 18879 def DerivativeValuationMethod.field return 1319 end |