Class: Quickfix::LegManualNoticeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegManualNoticeBusinessCenter

Returns a new instance of LegManualNoticeBusinessCenter.



49120
49121
49122
49123
49124
49125
49126
# File 'lib/quickfix_fields.rb', line 49120

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