ToString override to represent an order as a string.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
| Visual C++ |
|---|
public: virtual String^ ToString() override |
Return Value
string containing this order.
Remarks
This order will be represented in the following format: TradeType: BrokerOrder.ToString(). For the BrokerOrder format, see the ToString method on BrokerOrder.