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