Class: Quickfix::PaymentStreamCompoundingRateIndex

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

Class Method Details

.fieldObject



68825
68826
68827
# File 'lib/quickfix_fields.rb', line 68825

def PaymentStreamCompoundingRateIndex.field
  return 42628
end