Class: Quickfix::IncTaxInd
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::IncTaxInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IncTaxInd
constructor
A new instance of IncTaxInd.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ IncTaxInd
Returns a new instance of IncTaxInd.
5193 5194 5195 5196 5197 5198 5199 |
# File 'lib/quickfix_fields.rb', line 5193 def initialize(data = nil) if( data == nil ) super(416) else super(416, data) end end |
Class Method Details
.field ⇒ Object
5190 5191 5192 |
# File 'lib/quickfix_fields.rb', line 5190 def IncTaxInd.field return 416 end |