Method: Quickfix44::SecurityListRequest#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ SecurityListRequest
Returns a new instance of SecurityListRequest.
7055 7056 7057 7058 |
# File 'lib/quickfix44.rb', line 7055 def initialize super getHeader().setField( Quickfix::MsgType.new("x") ) end |