Class: Quickfix::UnderlyingDividendCapRateSellSide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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