Class: Quickfix::LegValuationReferenceModel
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegValuationReferenceModel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegValuationReferenceModel
constructor
A new instance of LegValuationReferenceModel.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegValuationReferenceModel
Returns a new instance of LegValuationReferenceModel.
43140 43141 43142 43143 43144 43145 43146 |
# File 'lib/quickfix_fields.rb', line 43140 def initialize(data = nil) if( data == nil ) super(2198) else super(2198, data) end end |
Class Method Details
.field ⇒ Object
43137 43138 43139 |
# File 'lib/quickfix_fields.rb', line 43137 def LegValuationReferenceModel.field return 2198 end |