Class: Quickfix::LegDividendYield

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

Returns a new instance of LegDividendYield.



18336
18337
18338
18339
18340
18341
18342
# File 'lib/quickfix_fields.rb', line 18336

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

Class Method Details

.fieldObject



18333
18334
18335
# File 'lib/quickfix_fields.rb', line 18333

def LegDividendYield.field
  return 1381
end