Class: Quickfix::UnderlyingPaymentStubIndex2RateTreatment

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

Returns a new instance of UnderlyingPaymentStubIndex2RateTreatment.



36848
36849
36850
36851
36852
36853
36854
# File 'lib/quickfix_fields.rb', line 36848

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

Class Method Details

.fieldObject



36845
36846
36847
# File 'lib/quickfix_fields.rb', line 36845

def UnderlyingPaymentStubIndex2RateTreatment.field
	return 40735
end