Class: Quickfix::UnderlyingDividendPeriodValuationDateUnadjusted

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

Returns a new instance of UnderlyingDividendPeriodValuationDateUnadjusted.



72013
72014
72015
72016
72017
72018
72019
# File 'lib/quickfix_fields.rb', line 72013

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

Class Method Details

.fieldObject



72010
72011
72012
# File 'lib/quickfix_fields.rb', line 72010

def UnderlyingDividendPeriodValuationDateUnadjusted.field
  return 42869
end