Class: Quickfix::BusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BusinessCenter

Returns a new instance of BusinessCenter.



33416
33417
33418
33419
33420
33421
33422
# File 'lib/quickfix_fields.rb', line 33416

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