Class: Quickfix::LegPaymentStreamNegativeRateTreatment

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

Returns a new instance of LegPaymentStreamNegativeRateTreatment.



31830
31831
31832
31833
31834
31835
31836
# File 'lib/quickfix_fields.rb', line 31830

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

Class Method Details

.fieldObject



31827
31828
31829
# File 'lib/quickfix_fields.rb', line 31827

def LegPaymentStreamNegativeRateTreatment.field
	return 40349
end