Class: Quickfix::LegDividendFloorRate

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

Returns a new instance of LegDividendFloorRate.



64889
64890
64891
64892
64893
64894
64895
# File 'lib/quickfix_fields.rb', line 64889

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

Class Method Details

.fieldObject



64886
64887
64888
# File 'lib/quickfix_fields.rb', line 64886

def LegDividendFloorRate.field
  return 42322
end