Class: Quickfix::Acceptor

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

Instance Method Summary collapse

Instance Method Details

#startObject



50
51
52
# File 'lib/quickfix_ruby.rb', line 50

def start
	Thread.new { block() }
end