Class: Quickfix43::SecurityList

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityList

Returns a new instance of SecurityList.



2616
2617
2618
2619
# File 'lib/quickfix43.rb', line 2616

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