Class: Quickfix50Sp2::StreamAssignmentReportACK

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

Instance Method Summary collapse

Constructor Details

#initializeStreamAssignmentReportACK

Returns a new instance of StreamAssignmentReportACK.



17063
17064
17065
17066
# File 'lib/quickfix50sp2.rb', line 17063

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