Class: Quickfix::LegDividendCashPercentage

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



65227
65228
65229
65230
65231
65232
65233
# File 'lib/quickfix_fields.rb', line 65227

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

Class Method Details

.fieldObject



65224
65225
65226
# File 'lib/quickfix_fields.rb', line 65224

def LegDividendCashPercentage.field
  return 42348
end