Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateUnadjusted.



73170
73171
73172
73173
73174
73175
73176
# File 'lib/quickfix_fields.rb', line 73170

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

Class Method Details

.fieldObject



73167
73168
73169
# File 'lib/quickfix_fields.rb', line 73167

def UnderlyingPaymentStreamCompoundingStartDateUnadjusted.field
	return 42941
end