Class: Quickfix::UnderlyingProvisionCalculationAgent

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

Returns a new instance of UnderlyingProvisionCalculationAgent.



59858
59859
59860
59861
59862
59863
59864
# File 'lib/quickfix_fields.rb', line 59858

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

Class Method Details

.fieldObject



59855
59856
59857
# File 'lib/quickfix_fields.rb', line 59855

def UnderlyingProvisionCalculationAgent.field
  return 42156
end