Class: Quickfix::LegPaymentScheduleRateSpread

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

Returns a new instance of LegPaymentScheduleRateSpread.



32298
32299
32300
32301
32302
32303
32304
# File 'lib/quickfix_fields.rb', line 32298

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

Class Method Details

.fieldObject



32295
32296
32297
# File 'lib/quickfix_fields.rb', line 32295

def LegPaymentScheduleRateSpread.field
	return 40385
end