Class: Quickfix::TaxAdvantageType

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) ⇒ TaxAdvantageType

Returns a new instance of TaxAdvantageType.



74012
74013
74014
74015
74016
74017
74018
# File 'ext/quickfix/QuickfixRuby.cpp', line 74012

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

Class Method Details

.fieldObject



6685
6686
6687
# File 'lib/quickfix_fields.rb', line 6685

def TaxAdvantageType.field
	return 495
end