Class: Quickfix50::SecurityListUpdateReport

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityListUpdateReport

Returns a new instance of SecurityListUpdateReport.



12650
12651
12652
12653
# File 'lib/quickfix50.rb', line 12650

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