Class: Quickfix::DividendPeriodPaymentDateUnadjusted

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

Returns a new instance of DividendPeriodPaymentDateUnadjusted.



64291
64292
64293
64294
64295
64296
64297
# File 'lib/quickfix_fields.rb', line 64291

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

Class Method Details

.fieldObject



64288
64289
64290
# File 'lib/quickfix_fields.rb', line 64288

def DividendPeriodPaymentDateUnadjusted.field
	return 42287
end