Class: Quickfix::ProvisionCalculationAgent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionCalculationAgent

Returns a new instance of ProvisionCalculationAgent.



28580
28581
28582
28583
28584
28585
28586
# File 'lib/quickfix_fields.rb', line 28580

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