Class: Quickfix50Sp2::StreamAssignmentReport

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

Defined Under Namespace

Classes: NoAsgnReqs

Instance Method Summary collapse

Constructor Details

#initializeStreamAssignmentReport

Returns a new instance of StreamAssignmentReport.



16928
16929
16930
16931
# File 'lib/quickfix50sp2.rb', line 16928

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