Method: Quickfix::ListUpdateAction#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ ListUpdateAction

Returns a new instance of ListUpdateAction.



5453
5454
5455
5456
5457
5458
5459
# File 'lib/quickfix_fields.rb', line 5453

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