Class: Quickfix::LegPaymentStreamCompoundingNegativeRateTreatment

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

Returns a new instance of LegPaymentStreamCompoundingNegativeRateTreatment.



66475
66476
66477
66478
66479
66480
66481
# File 'lib/quickfix_fields.rb', line 66475

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

Class Method Details

.fieldObject



66472
66473
66474
# File 'lib/quickfix_fields.rb', line 66472

def LegPaymentStreamCompoundingNegativeRateTreatment.field
  return 42444
end