Class: Quickfix::SideCollateralReinvestmentType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideCollateralReinvestmentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralReinvestmentType
constructor
A new instance of SideCollateralReinvestmentType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideCollateralReinvestmentType
Returns a new instance of SideCollateralReinvestmentType.
77928 77929 77930 77931 77932 77933 77934 |
# File 'lib/quickfix_fields.rb', line 77928 def initialize(data = nil) if( data == nil ) super(2867) else super(2867, data) end end |
Class Method Details
.field ⇒ Object
77925 77926 77927 |
# File 'lib/quickfix_fields.rb', line 77925 def SideCollateralReinvestmentType.field return 2867 end |