Class: Quickfix::UnderlyingComplexEventCalculationAgent

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) ⇒ UnderlyingComplexEventCalculationAgent

Returns a new instance of UnderlyingComplexEventCalculationAgent.



52669
52670
52671
52672
52673
52674
52675
# File 'lib/quickfix_fields.rb', line 52669

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

Class Method Details

.fieldObject



52666
52667
52668
# File 'lib/quickfix_fields.rb', line 52666

def UnderlyingComplexEventCalculationAgent.field
  return 2273
end