Class: Quickfix::UnderlyingProvisionCalculationAgent

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

Instance Method Summary collapse

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