Class: Quickfix50Sp1::ListExecute
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
2498 2499 2500 2501 |
# File 'lib/quickfix50sp1.rb', line 2498 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |