Class: Quickfix44::ListExecute

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

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



1921
1922
1923
1924
# File 'lib/quickfix44.rb', line 1921

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