Class: Quickfix::LegComplexEventCalculationAgent

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

Returns a new instance of LegComplexEventCalculationAgent.



47690
47691
47692
47693
47694
47695
47696
# File 'lib/quickfix_fields.rb', line 47690

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

Class Method Details

.fieldObject



47687
47688
47689
# File 'lib/quickfix_fields.rb', line 47687

def LegComplexEventCalculationAgent.field
  return 2238
end