Class: Quickfix::CollateralReinvestmentType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CollateralReinvestmentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralReinvestmentType
constructor
A new instance of CollateralReinvestmentType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CollateralReinvestmentType
77629 77630 77631 77632 77633 77634 77635 |
# File 'lib/quickfix_fields.rb', line 77629 def initialize(data = nil) if( data == nil ) super(2844) else super(2844, data) end end |
Class Method Details
.field ⇒ Object
77626 77627 77628 |
# File 'lib/quickfix_fields.rb', line 77626 def CollateralReinvestmentType.field return 2844 end |