Class: Quickfix::PaymentScheduleRateSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleRateSource

Returns a new instance of 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