Class: Quickfix::LegDividendCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendCapRate

Returns a new instance of LegDividendCapRate.



64850
64851
64852
64853
64854
64855
64856
# File 'lib/quickfix_fields.rb', line 64850

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