Class: Quickfix::LegProvisionCalculationAgent

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

Class Method Details

.fieldObject



33218
33219
33220
# File 'lib/quickfix_fields.rb', line 33218

def LegProvisionCalculationAgent.field
	return 40456
end