Class: Quickfix50::SecurityList

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityList

Returns a new instance of SecurityList.



6449
6450
6451
6452
# File 'lib/quickfix50.rb', line 6449

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