Class: Quickfix::NoCollateralReinvestments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoCollateralReinvestments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCollateralReinvestments
constructor
A new instance of NoCollateralReinvestments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoCollateralReinvestments
Returns a new instance of NoCollateralReinvestments.
77642 77643 77644 77645 77646 77647 77648 |
# File 'lib/quickfix_fields.rb', line 77642 def initialize(data = nil) if( data == nil ) super(2845) else super(2845, data) end end |
Class Method Details
.field ⇒ Object
77639 77640 77641 |
# File 'lib/quickfix_fields.rb', line 77639 def NoCollateralReinvestments.field return 2845 end |