Class: Quickfix::Initiator

Inherits:
Object
  • Object
show all
Defined in:
lib/quickfix_ruby.rb

Instance Method Summary collapse

Instance Method Details

#startObject



44
45
46
# File 'lib/quickfix_ruby.rb', line 44

def start
  Thread.new { block() }
end