Class: Quickfix::UnderlyingPaymentStreamRateSpread

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

Returns a new instance of UnderlyingPaymentStreamRateSpread.



35418
35419
35420
35421
35422
35423
35424
# File 'lib/quickfix_fields.rb', line 35418

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

Class Method Details

.fieldObject



35415
35416
35417
# File 'lib/quickfix_fields.rb', line 35415

def UnderlyingPaymentStreamRateSpread.field
	return 40625
end