Class: Quickfix::DividendPeriodPaymentDateAdjusted

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

Returns a new instance of DividendPeriodPaymentDateAdjusted.



64356
64357
64358
64359
64360
64361
64362
# File 'lib/quickfix_fields.rb', line 64356

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

Class Method Details

.fieldObject



64353
64354
64355
# File 'lib/quickfix_fields.rb', line 64353

def DividendPeriodPaymentDateAdjusted.field
	return 42292
end