Class: Quickfix::NoFinancingTermSupplements
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoFinancingTermSupplements
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoFinancingTermSupplements
constructor
A new instance of NoFinancingTermSupplements.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoFinancingTermSupplements
Returns a new instance of NoFinancingTermSupplements.
27904 27905 27906 27907 27908 27909 27910 |
# File 'lib/quickfix_fields.rb', line 27904 def initialize(data = nil) if( data == nil ) super(40046) else super(40046, data) end end |
Class Method Details
.field ⇒ Object
27901 27902 27903 |
# File 'lib/quickfix_fields.rb', line 27901 def NoFinancingTermSupplements.field return 40046 end |