Class: Quickfix43::ListExecute
- Defined in:
- lib/quickfix43.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
931 932 933 934 |
# File 'lib/quickfix43.rb', line 931 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |