Class: Quickfix::CollateralReinvestmentRate

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

Returns a new instance of CollateralReinvestmentRate.



77577
77578
77579
77580
77581
77582
77583
# File 'lib/quickfix_fields.rb', line 77577

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

Class Method Details

.fieldObject



77574
77575
77576
# File 'lib/quickfix_fields.rb', line 77574

def CollateralReinvestmentRate.field
  return 2840
end