Class: Quickfix::DividendCashEquivalentPercentage

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



63901
63902
63903
63904
63905
63906
63907
# File 'lib/quickfix_fields.rb', line 63901

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

Class Method Details

.fieldObject



63898
63899
63900
# File 'lib/quickfix_fields.rb', line 63898

def DividendCashEquivalentPercentage.field
  return 42257
end