Class: Quickfix::UnderlyingDividendComposition

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendComposition

Returns a new instance of UnderlyingDividendComposition.



71636
71637
71638
71639
71640
71641
71642
# File 'lib/quickfix_fields.rb', line 71636

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

Class Method Details

.fieldObject



71633
71634
71635
# File 'lib/quickfix_fields.rb', line 71633

def UnderlyingDividendComposition.field
  return 42840
end