Class: Quickfix::CollateralReinvestmentAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CollateralReinvestmentAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralReinvestmentAmount
constructor
A new instance of CollateralReinvestmentAmount.
Methods inherited from DoubleField
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
.field ⇒ Object
77600 77601 77602 |
# File 'lib/quickfix_fields.rb', line 77600 def CollateralReinvestmentAmount.field return 2842 end |