Class: Quickfix::PaymentStreamDiscountRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamDiscountRate

Returns a new instance of PaymentStreamDiscountRate.



36978
36979
36980
36981
36982
36983
36984
# File 'lib/quickfix_fields.rb', line 36978

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

Class Method Details

.fieldObject



36975
36976
36977
# File 'lib/quickfix_fields.rb', line 36975

def PaymentStreamDiscountRate.field
	return 40745
end