Class: Quickfix::UnderlyingRateSpreadStepValue

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

Returns a new instance of UnderlyingRateSpreadStepValue.



74028
74029
74030
74031
74032
74033
74034
# File 'lib/quickfix_fields.rb', line 74028

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

Class Method Details

.fieldObject



74025
74026
74027
# File 'lib/quickfix_fields.rb', line 74025

def UnderlyingRateSpreadStepValue.field
	return 43007
end