Class: Quickfix::UnderlyingRateSpreadStepValue

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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