Class: Quickfix::LegPaymentScheduleEndDateUnadjusted

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

Returns a new instance of LegPaymentScheduleEndDateUnadjusted.



32207
32208
32209
32210
32211
32212
32213
# File 'lib/quickfix_fields.rb', line 32207

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

Class Method Details

.fieldObject



32204
32205
32206
# File 'lib/quickfix_fields.rb', line 32204

def LegPaymentScheduleEndDateUnadjusted.field
	return 40378
end