Class: Quickfix::BusinessCenter

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

Class Method Details

.fieldObject



33413
33414
33415
# File 'lib/quickfix_fields.rb', line 33413

def BusinessCenter.field
  return 40471
end