Gets the name of this trade type.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static string GetTradeTypeName(
	TradeType tradeType
)
Visual Basic (Declaration)
Public Shared Function GetTradeTypeName ( _
	tradeType As TradeType _
) As String
Visual C++
public:
static String^ GetTradeTypeName(
	TradeType tradeType
)

Parameters

tradeType
Type: RightEdge.Common..::.TradeType
TradeType name to retrieve.

Return Value

string containing the name.

Remarks

This is a textual representation of the TradeType enumeration.

See Also