Class: Quickfix::UnderlyingPaymentScheduleNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleNotional

Returns a new instance of UnderlyingPaymentScheduleNotional.



36016
36017
36018
36019
36020
36021
36022
# File 'lib/quickfix_fields.rb', line 36016

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