Class: Quickfix::LegBusinessCenter

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

Returns a new instance of LegBusinessCenter.



39266
39267
39268
39269
39270
39271
39272
# File 'lib/quickfix_fields.rb', line 39266

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

Class Method Details

.fieldObject



39263
39264
39265
# File 'lib/quickfix_fields.rb', line 39263

def LegBusinessCenter.field
  return 40924
end