Class ProfitAndFeesReport
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
- Assembly
- WhalesSecret.TradeScriptLib.dll
Information about cumulative profits (losses) and fees paid by orders related to a single bracketed order.
public class ProfitAndFeesReport
- Inheritance
-
ProfitAndFeesReport
- Inherited Members
- Extension Methods
Constructors
- ProfitAndFeesReport(IReadOnlyDictionary<string, decimal>, IReadOnlyDictionary<string, decimal>)
Creates a new instance of the object.
Properties
- BalanceDifferences
Asset names mapped to relative changes in their balances.
- FeesByAssets
Fee assets mapped to the fee amounts.
Methods
- ToString()
Returns a string that represents the current object.