Class: Quickfix::PaymentStreamCompoundingCapRate

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

Returns a new instance of PaymentStreamCompoundingCapRate.



68919
68920
68921
68922
68923
68924
68925
# File 'lib/quickfix_fields.rb', line 68919

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

Class Method Details

.fieldObject



68916
68917
68918
# File 'lib/quickfix_fields.rb', line 68916

def PaymentStreamCompoundingCapRate.field
  return 42635
end