Class: Quickfix50Sp1::ListExecute

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

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



2498
2499
2500
2501
# File 'lib/quickfix50sp1.rb', line 2498

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