Class: Quickfix::LegDividendPeriodStartDateUnadjusted

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

Returns a new instance of LegDividendPeriodStartDateUnadjusted.



65487
65488
65489
65490
65491
65492
65493
# File 'lib/quickfix_fields.rb', line 65487

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

Class Method Details

.fieldObject



65484
65485
65486
# File 'lib/quickfix_fields.rb', line 65484

def LegDividendPeriodStartDateUnadjusted.field
	return 42368
end