Class: Quickfix::ValuationReferenceModel
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ValuationReferenceModel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValuationReferenceModel
constructor
A new instance of ValuationReferenceModel.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ValuationReferenceModel
42386 42387 42388 42389 42390 42391 42392 |
# File 'lib/quickfix_fields.rb', line 42386 def initialize(data = nil) if( data == nil ) super(2140) else super(2140, data) end end |
Class Method Details
.field ⇒ Object
42383 42384 42385 |
# File 'lib/quickfix_fields.rb', line 42383 def ValuationReferenceModel.field return 2140 end |