Method: Quickfix::ExecBroker#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of ExecBroker.
34368 34369 34370 34371 34372 34373 34374 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 34368 def initialize(data = nil) if( data == nil ) super(76) else super(76, data) end end |