Class: Quickfix::SideCollateralReinvestmentRate

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

Returns a new instance of SideCollateralReinvestmentRate.



77863
77864
77865
77866
77867
77868
77869
# File 'lib/quickfix_fields.rb', line 77863

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

Class Method Details

.fieldObject



77860
77861
77862
# File 'lib/quickfix_fields.rb', line 77860

def SideCollateralReinvestmentRate.field
  return 2862
end