Class: Quickfix::UnderlyingPaymentStubIndex2RateTreatment

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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