Class: Quickfix44::SecurityListRequest

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeSecurityListRequest

Returns a new instance of SecurityListRequest.



5407
5408
5409
5410
# File 'lib/quickfix44.rb', line 5407

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