Class: Quickfix::IncTaxInd
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ IncTaxInd
Returns a new instance of IncTaxInd.
18375 18376 18377 18378 18379 18380 18381 |
# File 'lib/quickfix_fields.rb', line 18375 def initialize(data = nil) if( data == nil ) super(416) else super(416, data) end end |
Class Method Details
.field ⇒ Object
18372 18373 18374 |
# File 'lib/quickfix_fields.rb', line 18372 def IncTaxInd.field return 416 end |