Class: Quickfix::PaymentStubIndex2RateSpread

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

Returns a new instance of PaymentStubIndex2RateSpread.



38954
38955
38956
38957
38958
38959
38960
# File 'lib/quickfix_fields.rb', line 38954

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

Class Method Details

.fieldObject



38951
38952
38953
# File 'lib/quickfix_fields.rb', line 38951

def PaymentStubIndex2RateSpread.field
	return 40897
end