Class: Quickfix::PaymentStreamCompoundingRateIndex

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingRateIndex

Returns a new instance of PaymentStreamCompoundingRateIndex.



68828
68829
68830
68831
68832
68833
68834
# File 'lib/quickfix_fields.rb', line 68828

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