Class: Quickfix::LegDividendCapRate

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

Class Method Details

.fieldObject



64847
64848
64849
# File 'lib/quickfix_fields.rb', line 64847

def LegDividendCapRate.field
  return 42319
end