Class: Quickfix50::ListExecute

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

Instance Method Summary collapse

Constructor Details

#initializeListExecute

Returns a new instance of ListExecute.



2247
2248
2249
2250
# File 'lib/quickfix50.rb', line 2247

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