Class: Quickfix::LegPaymentStubIndexRateTreatment

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

Returns a new instance of LegPaymentStubIndexRateTreatment.



32896
32897
32898
32899
32900
32901
32902
# File 'lib/quickfix_fields.rb', line 32896

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

Class Method Details

.fieldObject



32893
32894
32895
# File 'lib/quickfix_fields.rb', line 32893

def LegPaymentStubIndexRateTreatment.field
	return 40431
end