Class: Quickfix40::ListExecute
- Defined in:
- lib/quickfix40.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
215 216 217 218 |
# File 'lib/quickfix40.rb', line 215 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |