Class: Quickfix::PaymentStreamDiscountRateDayCount

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

Returns a new instance of PaymentStreamDiscountRateDayCount.



36991
36992
36993
36994
36995
36996
36997
# File 'lib/quickfix_fields.rb', line 36991

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

Class Method Details

.fieldObject



36988
36989
36990
# File 'lib/quickfix_fields.rb', line 36988

def PaymentStreamDiscountRateDayCount.field
	return 40746
end