Class: Quickfix::NoLegPaymentStreamCompoundingDates

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

Returns a new instance of NoLegPaymentStreamCompoundingDates.



65968
65969
65970
65971
65972
65973
65974
# File 'lib/quickfix_fields.rb', line 65968

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

Class Method Details

.fieldObject



65965
65966
65967
# File 'lib/quickfix_fields.rb', line 65965

def NoLegPaymentStreamCompoundingDates.field
	return 42405
end