Class: Quickfix::UnderlyingOptionExerciseTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseTimeBusinessCenter

Returns a new instance of UnderlyingOptionExerciseTimeBusinessCenter.



53995
53996
53997
53998
53999
54000
54001
# File 'lib/quickfix_fields.rb', line 53995

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