Class: Quickfix::PaymentStubIndex2RateTreatment

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

Returns a new instance of PaymentStubIndex2RateTreatment.



38980
38981
38982
38983
38984
38985
38986
# File 'lib/quickfix_fields.rb', line 38980

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

Class Method Details

.fieldObject



38977
38978
38979
# File 'lib/quickfix_fields.rb', line 38977

def PaymentStubIndex2RateTreatment.field
  return 40899
end