Class: Quickfix::ExecBroker
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ExecBroker
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecBroker
constructor
A new instance of ExecBroker.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ExecBroker
Returns a new instance of ExecBroker.
1683 1684 1685 1686 1687 1688 1689 |
# File 'lib/quickfix_fields.rb', line 1683 def initialize(data = nil) if( data == nil ) super(76) else super(76, data) end end |
Class Method Details
.field ⇒ Object
1680 1681 1682 |
# File 'lib/quickfix_fields.rb', line 1680 def ExecBroker.field return 76 end |