Class: Quickfix::UnderlyingDividendPeriodPaymentDateAdjusted

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

Returns a new instance of UnderlyingDividendPeriodPaymentDateAdjusted.



72156
72157
72158
72159
72160
72161
72162
# File 'lib/quickfix_fields.rb', line 72156

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

Class Method Details

.fieldObject



72153
72154
72155
# File 'lib/quickfix_fields.rb', line 72153

def UnderlyingDividendPeriodPaymentDateAdjusted.field
	return 42880
end