Class: Quickfix::NoUnderlyingPaymentScheduleRateSources

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

Returns a new instance of NoUnderlyingPaymentScheduleRateSources.



36445
36446
36447
36448
36449
36450
36451
# File 'lib/quickfix_fields.rb', line 36445

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

Class Method Details

.fieldObject



36442
36443
36444
# File 'lib/quickfix_fields.rb', line 36442

def NoUnderlyingPaymentScheduleRateSources.field
	return 40704
end