Makes a shallow copy of the current instance.

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

Syntax

C#
public BrokerOrder Clone()
Visual Basic (Declaration)
Public Function Clone As BrokerOrder
Visual C++
public:
BrokerOrder^ Clone()

Return Value

A copy of the current instance.

See Also