Class: Quickfix::UnderlyingPaymentScheduleRateSourceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSourceType

Returns a new instance of UnderlyingPaymentScheduleRateSourceType.



36471
36472
36473
36474
36475
36476
36477
# File 'lib/quickfix_fields.rb', line 36471

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