Class: Quickfix::PaymentScheduleRateSource

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



38590
38591
38592
38593
38594
38595
38596
# File 'lib/quickfix_fields.rb', line 38590

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

Class Method Details

.fieldObject



38587
38588
38589
# File 'lib/quickfix_fields.rb', line 38587

def PaymentScheduleRateSource.field
  return 40869
end