Class: Quickfix::LegPaymentScheduleNotional

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) ⇒ LegPaymentScheduleNotional

Returns a new instance of LegPaymentScheduleNotional.



32246
32247
32248
32249
32250
32251
32252
# File 'lib/quickfix_fields.rb', line 32246

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

Class Method Details

.fieldObject



32243
32244
32245
# File 'lib/quickfix_fields.rb', line 32243

def LegPaymentScheduleNotional.field
	return 40381
end