Class: Quickfix::PaymentStreamCompoundingFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



68669
68670
68671
# File 'lib/quickfix_fields.rb', line 68669

def PaymentStreamCompoundingFrequencyUnit.field
  return 42616
end