Class: Quickfix::NoPaymentScheduleRateSources

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

Instance Method Summary collapse

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