Class: Quickfix::LegValuationSource

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) ⇒ 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

.fieldObject



43124
43125
43126
# File 'lib/quickfix_fields.rb', line 43124

def LegValuationSource.field
  return 2197
end