Class: Quickfix::MiscFeeAmt

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ MiscFeeAmt

Returns a new instance of MiscFeeAmt.



38766
38767
38768
38769
38770
38771
38772
# File 'ext/quickfix/QuickfixRuby.cpp', line 38766

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

Class Method Details

.fieldObject



2135
2136
2137
# File 'lib/quickfix_fields.rb', line 2135

def MiscFeeAmt.field
	return 137
end