Class: Quickfix::LegDividendPeriodValuationDateOffsetUnit

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

Returns a new instance of LegDividendPeriodValuationDateOffsetUnit.



65591
65592
65593
65594
65595
65596
65597
# File 'lib/quickfix_fields.rb', line 65591

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

Class Method Details

.fieldObject



65588
65589
65590
# File 'lib/quickfix_fields.rb', line 65588

def LegDividendPeriodValuationDateOffsetUnit.field
	return 42376
end