Class: Quickfix::UnderlyingDividendAccrualPaymentDateOffsetUnit

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

Returns a new instance of UnderlyingDividendAccrualPaymentDateOffsetUnit.



71389
71390
71391
71392
71393
71394
71395
# File 'lib/quickfix_fields.rb', line 71389

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

Class Method Details

.fieldObject



71386
71387
71388
# File 'lib/quickfix_fields.rb', line 71386

def UnderlyingDividendAccrualPaymentDateOffsetUnit.field
	return 42821
end