Class: Quickfix40::ListExecute

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

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



215
216
217
218
# File 'lib/quickfix40.rb', line 215

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