Class: Quickfix::LegDividendPeriodEndDateUnadjusted

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

Returns a new instance of LegDividendPeriodEndDateUnadjusted.



65500
65501
65502
65503
65504
65505
65506
# File 'lib/quickfix_fields.rb', line 65500

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

Class Method Details

.fieldObject



65497
65498
65499
# File 'lib/quickfix_fields.rb', line 65497

def LegDividendPeriodEndDateUnadjusted.field
  return 42369
end