Class: Quickfix::PaymentScheduleRateTreatment

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

Returns a new instance of PaymentScheduleRateTreatment.



38226
38227
38228
38229
38230
38231
38232
# File 'lib/quickfix_fields.rb', line 38226

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

Class Method Details

.fieldObject



38223
38224
38225
# File 'lib/quickfix_fields.rb', line 38223

def PaymentScheduleRateTreatment.field
  return 40841
end