Class: Quickfix::ValuationBusinessCenter

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

Returns a new instance of ValuationBusinessCenter.



40228
40229
40230
40231
40232
40233
40234
# File 'lib/quickfix_fields.rb', line 40228

def initialize(data = nil)
  if( data == nil )
    super(2087)
  else
    super(2087, data)
  end
end

Class Method Details

.fieldObject



40225
40226
40227
# File 'lib/quickfix_fields.rb', line 40225

def ValuationBusinessCenter.field
  return 2087
end