Class: Quickfix::PaymentStubIndexRateTreatment

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

Returns a new instance of PaymentStubIndexRateTreatment.



38798
38799
38800
38801
38802
38803
38804
# File 'lib/quickfix_fields.rb', line 38798

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

Class Method Details

.fieldObject



38795
38796
38797
# File 'lib/quickfix_fields.rb', line 38795

def PaymentStubIndexRateTreatment.field
	return 40885
end