Class: Quickfix::UnderlyingOptionExerciseBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseBusinessCenter

Returns a new instance of UnderlyingOptionExerciseBusinessCenter.



53748
53749
53750
53751
53752
53753
53754
# File 'lib/quickfix_fields.rb', line 53748

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