Class: Quickfix::IncTaxInd

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ IncTaxInd

Returns a new instance of IncTaxInd.



61406
61407
61408
61409
61410
61411
61412
# File 'ext/quickfix/QuickfixRuby.cpp', line 61406

def initialize(data = nil)
	if( data == nil )
		super(416)
	else
		super(416, data)
	end
end

Class Method Details

.fieldObject



5047
5048
5049
# File 'lib/quickfix_fields.rb', line 5047

def IncTaxInd.field
	return 416
end