Class: Quickfix::LegDividendPeriodValuationDateAdjusted

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



65617
65618
65619
65620
65621
65622
65623
# File 'lib/quickfix_fields.rb', line 65617

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

Class Method Details

.fieldObject



65614
65615
65616
# File 'lib/quickfix_fields.rb', line 65614

def LegDividendPeriodValuationDateAdjusted.field
  return 42378
end