Method: Quickfix50::SecurityListRequest#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ SecurityListRequest
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 |