Class: Quickfix42::ListExecute

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix42.rb

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



494
495
496
497
# File 'lib/quickfix42.rb', line 494

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("L") )
end