Class: Quickfix::UnderlyingDividendAccruedInterest

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccruedInterest

Returns a new instance of UnderlyingDividendAccruedInterest.



71883
71884
71885
71886
71887
71888
71889
# File 'lib/quickfix_fields.rb', line 71883

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

Class Method Details

.fieldObject



71880
71881
71882
# File 'lib/quickfix_fields.rb', line 71880

def UnderlyingDividendAccruedInterest.field
  return 42859
end