Class: Quickfix::OptionExerciseBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseBusinessCenter

Returns a new instance of OptionExerciseBusinessCenter.



43764
43765
43766
43767
43768
43769
43770
# File 'lib/quickfix_fields.rb', line 43764

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