Class: Quickfix::UnderlyingDividendPeriodValuationDateOffsetPeriod

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

Returns a new instance of UnderlyingDividendPeriodValuationDateOffsetPeriod.



72039
72040
72041
72042
72043
72044
72045
# File 'lib/quickfix_fields.rb', line 72039

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

Class Method Details

.fieldObject



72036
72037
72038
# File 'lib/quickfix_fields.rb', line 72036

def UnderlyingDividendPeriodValuationDateOffsetPeriod.field
  return 42871
end