Class: Quickfix::PaymentScheduleRateSourceType

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

Returns a new instance of PaymentScheduleRateSourceType.



38603
38604
38605
38606
38607
38608
38609
# File 'lib/quickfix_fields.rb', line 38603

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

Class Method Details

.fieldObject



38600
38601
38602
# File 'lib/quickfix_fields.rb', line 38600

def PaymentScheduleRateSourceType.field
  return 40870
end