Converts a TransactionType to a string.

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

Syntax

C#
public static string GetBrokerTransactionTypeString(
	TransactionType transactionType
)
Visual Basic (Declaration)
Public Shared Function GetBrokerTransactionTypeString ( _
	transactionType As TransactionType _
) As String
Visual C++
public:
static String^ GetBrokerTransactionTypeString(
	TransactionType transactionType
)

Parameters

transactionType
Type: RightEdge.Common..::.TransactionType
TransactionType input.

Return Value

string containing the name representation.

See Also