Class: Quickfix50::ListExecute
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
2247 2248 2249 2250 |
# File 'lib/quickfix50.rb', line 2247 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |