Class: Quickfix50Sp2::SecurityList

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityList

Returns a new instance of SecurityList.



7804
7805
7806
7807
# File 'lib/quickfix50sp2.rb', line 7804

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