Class: Quickfix::UnderlyingBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingBusinessCenter

Returns a new instance of UnderlyingBusinessCenter.



39773
39774
39775
39776
39777
39778
39779
# File 'lib/quickfix_fields.rb', line 39773

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