Class: Quickfix::DividendPeriodEndDateUnadjusted

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

Returns a new instance of DividendPeriodEndDateUnadjusted.



64161
64162
64163
64164
64165
64166
64167
# File 'lib/quickfix_fields.rb', line 64161

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

Class Method Details

.fieldObject



64158
64159
64160
# File 'lib/quickfix_fields.rb', line 64158

def DividendPeriodEndDateUnadjusted.field
  return 42277
end