Class: Quickfix::UnderlyingValuationReferenceModel
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingValuationReferenceModel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingValuationReferenceModel
constructor
A new instance of UnderlyingValuationReferenceModel.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingValuationReferenceModel
Returns a new instance of UnderlyingValuationReferenceModel.
54372 54373 54374 54375 54376 54377 54378 |
# File 'lib/quickfix_fields.rb', line 54372 def initialize(data = nil) if( data == nil ) super(2294) else super(2294, data) end end |
Class Method Details
.field ⇒ Object
54369 54370 54371 |
# File 'lib/quickfix_fields.rb', line 54369 def UnderlyingValuationReferenceModel.field return 2294 end |