Class: Quickfix::PaymentStreamCompoundingFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingFrequencyUnit

Returns a new instance of PaymentStreamCompoundingFrequencyUnit.



68672
68673
68674
68675
68676
68677
68678
# File 'lib/quickfix_fields.rb', line 68672

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