Class: Quickfix::UnderlyingPaymentScheduleRateTreatment

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

Returns a new instance of UnderlyingPaymentScheduleRateTreatment.



36094
36095
36096
36097
36098
36099
36100
# File 'lib/quickfix_fields.rb', line 36094

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

Class Method Details

.fieldObject



36091
36092
36093
# File 'lib/quickfix_fields.rb', line 36091

def UnderlyingPaymentScheduleRateTreatment.field
  return 40677
end