Class: Quickfix::UnderlyingDividendCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendCapRate

Returns a new instance of UnderlyingDividendCapRate.



71220
71221
71222
71223
71224
71225
71226
# File 'lib/quickfix_fields.rb', line 71220

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