Class: Quickfix::LegStreamEffectiveDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamEffectiveDateBusinessCenter

Returns a new instance of LegStreamEffectiveDateBusinessCenter.



30556
30557
30558
30559
30560
30561
30562
# File 'lib/quickfix_fields.rb', line 30556

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