Class: Quickfix::UnderlyingDividendCapRateSellSide

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

Returns a new instance of UnderlyingDividendCapRateSellSide.



71246
71247
71248
71249
71250
71251
71252
# File 'lib/quickfix_fields.rb', line 71246

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

Class Method Details

.fieldObject



71243
71244
71245
# File 'lib/quickfix_fields.rb', line 71243

def UnderlyingDividendCapRateSellSide.field
  return 42810
end