Class: Quickfix::UnderlyingPaymentStubEndDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStubEndDateUnadjusted.



73729
73730
73731
73732
73733
73734
73735
# File 'lib/quickfix_fields.rb', line 73729

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

Class Method Details

.fieldObject



73726
73727
73728
# File 'lib/quickfix_fields.rb', line 73726

def UnderlyingPaymentStubEndDateUnadjusted.field
	return 42984
end