Class: Quickfix::PaymentScheduleNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



38145
38146
38147
# File 'lib/quickfix_fields.rb', line 38145

def PaymentScheduleNotional.field
	return 40835
end