Class: Quickfix::LegComplexEventDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventDateBusinessCenter

Returns a new instance of LegComplexEventDateBusinessCenter.



47274
47275
47276
47277
47278
47279
47280
# File 'lib/quickfix_fields.rb', line 47274

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