Class: Quickfix::NoSideCollateralReinvestments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSideCollateralReinvestments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSideCollateralReinvestments
constructor
A new instance of NoSideCollateralReinvestments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSideCollateralReinvestments
Returns a new instance of NoSideCollateralReinvestments.
77889 77890 77891 77892 77893 77894 77895 |
# File 'lib/quickfix_fields.rb', line 77889 def initialize(data = nil) if( data == nil ) super(2864) else super(2864, data) end end |
Class Method Details
.field ⇒ Object
77886 77887 77888 |
# File 'lib/quickfix_fields.rb', line 77886 def NoSideCollateralReinvestments.field return 2864 end |