Class: Quickfix50Sp2::ListStatusRequest

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

Instance Method Summary collapse

Constructor Details

#initializeListStatusRequest



2677
2678
2679
2680
# File 'lib/quickfix50sp2.rb', line 2677

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