Class: Quickfix::LegPaymentStreamFRADiscounting

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFRADiscounting

Returns a new instance of LegPaymentStreamFRADiscounting.



31947
31948
31949
31950
31951
31952
31953
# File 'lib/quickfix_fields.rb', line 31947

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