Class: Quickfix::UnderlyingDividendPeriodValuationDateAdjusted

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

Returns a new instance of UnderlyingDividendPeriodValuationDateAdjusted.



72078
72079
72080
72081
72082
72083
72084
# File 'lib/quickfix_fields.rb', line 72078

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

Class Method Details

.fieldObject



72075
72076
72077
# File 'lib/quickfix_fields.rb', line 72075

def UnderlyingDividendPeriodValuationDateAdjusted.field
  return 42874
end