Class: Quickfix42::ListExecute
- Defined in:
- lib/quickfix42.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
494 495 496 497 |
# File 'lib/quickfix42.rb', line 494 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |