Class: Quickfix50Sp2::ListExecute
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
2670 2671 2672 2673 |
# File 'lib/quickfix50sp2.rb', line 2670 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |