Class: Quickfix::LegProvisionCalculationAgent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionCalculationAgent

Returns a new instance of LegProvisionCalculationAgent.



33221
33222
33223
33224
33225
33226
33227
# File 'lib/quickfix_fields.rb', line 33221

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