Class: Quickfix41::ListExecute

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

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



284
285
286
287
# File 'lib/quickfix41.rb', line 284

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