Class: Quickfix::UnderlyingPaymentStubStartDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStubStartDateUnadjusted.



73846
73847
73848
73849
73850
73851
73852
# File 'lib/quickfix_fields.rb', line 73846

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

Class Method Details

.fieldObject



73843
73844
73845
# File 'lib/quickfix_fields.rb', line 73843

def UnderlyingPaymentStubStartDateUnadjusted.field
	return 42993
end