Class: Quickfix::LegPaymentStubIndex2RateTreatment

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

Returns a new instance of LegPaymentStubIndex2RateTreatment.



33078
33079
33080
33081
33082
33083
33084
# File 'lib/quickfix_fields.rb', line 33078

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

Class Method Details

.fieldObject



33075
33076
33077
# File 'lib/quickfix_fields.rb', line 33075

def LegPaymentStubIndex2RateTreatment.field
	return 40445
end