Class: Quickfix::MiscFeeType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ MiscFeeType

Returns a new instance of MiscFeeType.



38962
38963
38964
38965
38966
38967
38968
# File 'ext/quickfix/QuickfixRuby.cpp', line 38962

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

Class Method Details

.fieldObject



2161
2162
2163
# File 'lib/quickfix_fields.rb', line 2161

def MiscFeeType.field
	return 139
end