Class: Quickfix::PaymentStreamCompoundingRateSpread

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

Returns a new instance of PaymentStreamCompoundingRateSpread.



68880
68881
68882
68883
68884
68885
68886
# File 'lib/quickfix_fields.rb', line 68880

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

Class Method Details

.fieldObject



68877
68878
68879
# File 'lib/quickfix_fields.rb', line 68877

def PaymentStreamCompoundingRateSpread.field
  return 42632
end