Class: Quickfix::UnderlyingDividendPaymentDate

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



71844
71845
71846
71847
71848
71849
71850
# File 'lib/quickfix_fields.rb', line 71844

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

Class Method Details

.fieldObject



71841
71842
71843
# File 'lib/quickfix_fields.rb', line 71841

def UnderlyingDividendPaymentDate.field
  return 42856
end