Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetPeriod

Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetPeriod.



72117
72118
72119
72120
72121
72122
72123
# File 'lib/quickfix_fields.rb', line 72117

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

Class Method Details

.fieldObject



72114
72115
72116
# File 'lib/quickfix_fields.rb', line 72114

def UnderlyingDividendPeriodPaymentDateOffsetPeriod.field
	return 42877
end