Class: Quickfix::LegValuationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegValuationMethod
constructor
A new instance of LegValuationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegValuationMethod
Returns a new instance of LegValuationMethod.
43114 43115 43116 43117 43118 43119 43120 |
# File 'lib/quickfix_fields.rb', line 43114 def initialize(data = nil) if( data == nil ) super(2196) else super(2196, data) end end |
Class Method Details
.field ⇒ Object
43111 43112 43113 |
# File 'lib/quickfix_fields.rb', line 43111 def LegValuationMethod.field return 2196 end |