Class: Quickfix::ExecBroker

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ ExecBroker

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

Class Method Details

.fieldObject



1563
1564
1565
# File 'lib/quickfix_fields.rb', line 1563

def ExecBroker.field
  return 76
end