Class: Quickfix::UnderlyingPaymentScheduleEndDateUnadjusted

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

Returns a new instance of UnderlyingPaymentScheduleEndDateUnadjusted.



35977
35978
35979
35980
35981
35982
35983
# File 'lib/quickfix_fields.rb', line 35977

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

Class Method Details

.fieldObject



35974
35975
35976
# File 'lib/quickfix_fields.rb', line 35974

def UnderlyingPaymentScheduleEndDateUnadjusted.field
	return 40668
end