Class: Quickfix::Acceptor
- Inherits:
-
Object
- Object
- Quickfix::Acceptor
- Defined in:
- lib/quickfix_ruby.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
50 51 52 |
# File 'lib/quickfix_ruby.rb', line 50 def start Thread.new { block() } end |