Class: Quickfix43::ListExecute

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

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



931
932
933
934
# File 'lib/quickfix43.rb', line 931

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