Class: Quickfix::ProtectionTermEventBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermEventBusinessCenter

Returns a new instance of ProtectionTermEventBusinessCenter.



29724
29725
29726
29727
29728
29729
29730
# File 'lib/quickfix_fields.rb', line 29724

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