Class: Quickfix::NoPaymentScheduleRateSources

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

Returns a new instance of NoPaymentScheduleRateSources.



38577
38578
38579
38580
38581
38582
38583
# File 'lib/quickfix_fields.rb', line 38577

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

Class Method Details

.fieldObject



38574
38575
38576
# File 'lib/quickfix_fields.rb', line 38574

def NoPaymentScheduleRateSources.field
  return 40868
end