Class: Quickfix::PaymentStreamCompoundingNegativeRateTreatment

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingNegativeRateTreatment

Returns a new instance of PaymentStreamCompoundingNegativeRateTreatment.



69049
69050
69051
69052
69053
69054
69055
# File 'lib/quickfix_fields.rb', line 69049

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

Class Method Details

.fieldObject



69046
69047
69048
# File 'lib/quickfix_fields.rb', line 69046

def PaymentStreamCompoundingNegativeRateTreatment.field
  return 42645
end