Class TradeRejectedEventArgs
- Namespace
- Balsam.MoneyManagement
- Assembly
- Balsam.Backtester.dll
Encapsulates information about a trade rejection.
public class TradeRejectedEventArgs : EventArgs
- Inheritance
-
TradeRejectedEventArgs
- Inherited Members
- Extension Methods
Constructors
TradeRejectedEventArgs(Trade)
Creates a new TradeRejectedEventArg object using the specified trade.
public TradeRejectedEventArgs(Trade trade)
Parameters
trade
Trade
Properties
Reason
Gets the reason for the rejection.
public string Reason { get; }
Property Value
Trade
Gets the trade.
public Trade Trade { get; }
Property Value
Methods
ToString()
Returns a string representation of this object.
public override string ToString()