Class: Quickfix::UnderlyingDividendPeriodStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodStartDateUnadjusted

Returns a new instance of UnderlyingDividendPeriodStartDateUnadjusted.



71948
71949
71950
71951
71952
71953
71954
# File 'lib/quickfix_fields.rb', line 71948

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