Class: Quickfix::PaymentStreamCompoundingInitialRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingInitialRate

Returns a new instance of PaymentStreamCompoundingInitialRate.



68997
68998
68999
69000
69001
69002
69003
# File 'lib/quickfix_fields.rb', line 68997

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