Class: Quickfix::UnderlyingManualNoticeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingManualNoticeBusinessCenter

Returns a new instance of UnderlyingManualNoticeBusinessCenter.



53683
53684
53685
53686
53687
53688
53689
# File 'lib/quickfix_fields.rb', line 53683

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