Class: Quickfix::ExecBroker
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ExecBroker
Returns a new instance of ExecBroker.
3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/quickfix_fields.rb', line 3282 def initialize(data = nil) if( data == nil ) super(76) else super(76, data) end end |
Class Method Details
.field ⇒ Object
3279 3280 3281 |
# File 'lib/quickfix_fields.rb', line 3279 def ExecBroker.field return 76 end |