Class: Quickfix::LegValuationMethod

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



43111
43112
43113
# File 'lib/quickfix_fields.rb', line 43111

def LegValuationMethod.field
  return 2196
end