Class: Quickfix::LegDividendPeriodValuationDateUnadjusted

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

Returns a new instance of LegDividendPeriodValuationDateUnadjusted.



65552
65553
65554
65555
65556
65557
65558
# File 'lib/quickfix_fields.rb', line 65552

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

Class Method Details

.fieldObject



65549
65550
65551
# File 'lib/quickfix_fields.rb', line 65549

def LegDividendPeriodValuationDateUnadjusted.field
  return 42373
end