Class: Quickfix::LegPaymentStreamFRADiscounting

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



31944
31945
31946
# File 'lib/quickfix_fields.rb', line 31944

def LegPaymentStreamFRADiscounting.field
	return 40358
end