Class: Quickfix::UnderlyingValuationSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingValuationSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingValuationSource
constructor
A new instance of UnderlyingValuationSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingValuationSource
Returns a new instance of UnderlyingValuationSource.
54359 54360 54361 54362 54363 54364 54365 |
# File 'lib/quickfix_fields.rb', line 54359 def initialize(data = nil) if( data == nil ) super(2293) else super(2293, data) end end |
Class Method Details
.field ⇒ Object
54356 54357 54358 |
# File 'lib/quickfix_fields.rb', line 54356 def .field return 2293 end |