Converts a BrokerOrderType 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 GetBrokerOrderTypeString(
	OrderType orderType
)
Visual Basic (Declaration)
Public Shared Function GetBrokerOrderTypeString ( _
	orderType As OrderType _
) As String
Visual C++
public:
static String^ GetBrokerOrderTypeString(
	OrderType orderType
)

Parameters

orderType
Type: RightEdge.Common..::.OrderType
BrokerOrderType input.

Return Value

string containing the name representation.

See Also