Class: Quickfix::UnderlyingPaymentStubIndex2RateSpread

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

Returns a new instance of UnderlyingPaymentStubIndex2RateSpread.



36822
36823
36824
36825
36826
36827
36828
# File 'lib/quickfix_fields.rb', line 36822

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

Class Method Details

.fieldObject



36819
36820
36821
# File 'lib/quickfix_fields.rb', line 36819

def UnderlyingPaymentStubIndex2RateSpread.field
	return 40733
end