Class: Quickfix::SideCollateralReinvestmentAmount

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

Returns a new instance of SideCollateralReinvestmentAmount.



77902
77903
77904
77905
77906
77907
77908
# File 'lib/quickfix_fields.rb', line 77902

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

Class Method Details

.fieldObject



77899
77900
77901
# File 'lib/quickfix_fields.rb', line 77899

def SideCollateralReinvestmentAmount.field
  return 2865
end