Class: Quickfix::PaymentStreamCompoundingFloorRate

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

Returns a new instance of PaymentStreamCompoundingFloorRate.



68958
68959
68960
68961
68962
68963
68964
# File 'lib/quickfix_fields.rb', line 68958

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

Class Method Details

.fieldObject



68955
68956
68957
# File 'lib/quickfix_fields.rb', line 68955

def PaymentStreamCompoundingFloorRate.field
  return 42638
end