Class: Quickfix::UnderlyingPaymentScheduleRateSourceType

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

Returns a new instance of UnderlyingPaymentScheduleRateSourceType.



36471
36472
36473
36474
36475
36476
36477
# File 'lib/quickfix_fields.rb', line 36471

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

Class Method Details

.fieldObject



36468
36469
36470
# File 'lib/quickfix_fields.rb', line 36468

def UnderlyingPaymentScheduleRateSourceType.field
	return 40706
end