Class: Quickfix41::ListExecute
- Defined in:
- lib/quickfix41.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
284 285 286 287 |
# File 'lib/quickfix41.rb', line 284 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |