Class: Quickfix::ValuationBusinessCenter

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

Instance Method Summary collapse

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