Class: Quickfix::UnderlyingPaymentStreamDiscountRateDayCount

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

Returns a new instance of UnderlyingPaymentStreamDiscountRateDayCount.



34781
34782
34783
34784
34785
34786
34787
# File 'lib/quickfix_fields.rb', line 34781

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

Class Method Details

.fieldObject



34778
34779
34780
# File 'lib/quickfix_fields.rb', line 34778

def UnderlyingPaymentStreamDiscountRateDayCount.field
	return 40576
end