Class: Quickfix::ComplexEventCalculationAgent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCalculationAgent

Returns a new instance of ComplexEventCalculationAgent.



41333
41334
41335
41336
41337
41338
41339
# File 'lib/quickfix_fields.rb', line 41333

def initialize(data = nil)
	if( data == nil )
		super(2129)
	else
		super(2129, data)
	end
end