Class: Quickfix::ComplexEventCalculationAgent

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



41330
41331
41332
# File 'lib/quickfix_fields.rb', line 41330

def ComplexEventCalculationAgent.field
  return 2129
end