Class: Quickfix::CollateralReinvestmentAmount

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

Returns a new instance of CollateralReinvestmentAmount.



77603
77604
77605
77606
77607
77608
77609
# File 'lib/quickfix_fields.rb', line 77603

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

Class Method Details

.fieldObject



77600
77601
77602
# File 'lib/quickfix_fields.rb', line 77600

def CollateralReinvestmentAmount.field
  return 2842
end