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