Class: Quickfix::DerivativeFuturesValuationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeFuturesValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeFuturesValuationMethod
constructor
A new instance of DerivativeFuturesValuationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeFuturesValuationMethod
Returns a new instance of DerivativeFuturesValuationMethod.
17491 17492 17493 17494 17495 17496 17497 |
# File 'lib/quickfix_fields.rb', line 17491 def initialize(data = nil) if( data == nil ) super(1319) else super(1319, data) end end |
Class Method Details
.field ⇒ Object
17488 17489 17490 |
# File 'lib/quickfix_fields.rb', line 17488 def DerivativeFuturesValuationMethod.field return 1319 end |