Class: Quickfix::NoLegFinancingTermSupplements
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegFinancingTermSupplements
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegFinancingTermSupplements
constructor
A new instance of NoLegFinancingTermSupplements.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegFinancingTermSupplements
Returns a new instance of NoLegFinancingTermSupplements.
61574 61575 61576 61577 61578 61579 61580 |
# File 'lib/quickfix_fields.rb', line 61574 def initialize(data = nil) if( data == nil ) super(42200) else super(42200, data) end end |
Class Method Details
.field ⇒ Object
61571 61572 61573 |
# File 'lib/quickfix_fields.rb', line 61571 def NoLegFinancingTermSupplements.field return 42200 end |