Class: Quickfix50::SecurityListRequest

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeSecurityListRequest

Returns a new instance of SecurityListRequest.



6326
6327
6328
6329
# File 'lib/quickfix50.rb', line 6326

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