Class: Quickfix::PaymentScheduleEndDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleEndDateUnadjusted

Returns a new instance of PaymentScheduleEndDateUnadjusted.



38109
38110
38111
38112
38113
38114
38115
# File 'lib/quickfix_fields.rb', line 38109

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

Class Method Details

.fieldObject



38106
38107
38108
# File 'lib/quickfix_fields.rb', line 38106

def PaymentScheduleEndDateUnadjusted.field
	return 40832
end