Class: Quickfix::ExecBroker

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



3279
3280
3281
# File 'lib/quickfix_fields.rb', line 3279

def ExecBroker.field
	return 76
end