Class: Quickfix44::ListExecute
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ ListExecute
constructor
A new instance of ListExecute.
Constructor Details
#initialize ⇒ ListExecute
Returns a new instance of ListExecute.
1921 1922 1923 1924 |
# File 'lib/quickfix44.rb', line 1921 def initialize super getHeader().setField( Quickfix::MsgType.new("L") ) end |