Class: Quickfix::LegDividendCashEquivalentPercentage

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

Returns a new instance of LegDividendCashEquivalentPercentage.



65240
65241
65242
65243
65244
65245
65246
# File 'lib/quickfix_fields.rb', line 65240

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

Class Method Details

.fieldObject



65237
65238
65239
# File 'lib/quickfix_fields.rb', line 65237

def LegDividendCashEquivalentPercentage.field
  return 42349
end