Class: Quickfix::NoLegPaymentScheduleRateSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegPaymentScheduleRateSources

Returns a new instance of NoLegPaymentScheduleRateSources.



32675
32676
32677
32678
32679
32680
32681
# File 'lib/quickfix_fields.rb', line 32675

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