Class: Quickfix::PaymentScheduleNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleNotional

Returns a new instance of PaymentScheduleNotional.



38148
38149
38150
38151
38152
38153
38154
# File 'lib/quickfix_fields.rb', line 38148

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