Class: Quickfix44::SecurityList

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityList

Returns a new instance of SecurityList.



5516
5517
5518
5519
# File 'lib/quickfix44.rb', line 5516

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