Class: Quickfix::LegPaymentStreamCompoundingAveragingMethod

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

Returns a new instance of LegPaymentStreamCompoundingAveragingMethod.



66462
66463
66464
66465
66466
66467
66468
# File 'lib/quickfix_fields.rb', line 66462

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

Class Method Details

.fieldObject



66459
66460
66461
# File 'lib/quickfix_fields.rb', line 66459

def LegPaymentStreamCompoundingAveragingMethod.field
	return 42443
end