Class: Quickfix::UnderlyingValuationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingValuationMethod
constructor
A new instance of UnderlyingValuationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingValuationMethod
Returns a new instance of UnderlyingValuationMethod.
26591 26592 26593 26594 26595 26596 26597 |
# File 'lib/quickfix_fields.rb', line 26591 def initialize(data = nil) if( data == nil ) super(2031) else super(2031, data) end end |
Class Method Details
.field ⇒ Object
26588 26589 26590 |
# File 'lib/quickfix_fields.rb', line 26588 def .field return 2031 end |