Class: Quickfix::LegValuationSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegValuationSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegValuationSource
constructor
A new instance of LegValuationSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegValuationSource
Returns a new instance of LegValuationSource.
43127 43128 43129 43130 43131 43132 43133 |
# File 'lib/quickfix_fields.rb', line 43127 def initialize(data = nil) if( data == nil ) super(2197) else super(2197, data) end end |
Class Method Details
.field ⇒ Object
43124 43125 43126 |
# File 'lib/quickfix_fields.rb', line 43124 def LegValuationSource.field return 2197 end |