Class: Quickfix50Sp1::SecurityListRequest

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeSecurityListRequest

Returns a new instance of SecurityListRequest.



7099
7100
7101
7102
# File 'lib/quickfix50sp1.rb', line 7099

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