Class BudgetSnapshot
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Budget
- Assembly
- WhalesSecret.TradeScriptLib.dll
Budget snapshot is a map where keys are asset names and values are balances of these assets within the budget.
public class BudgetSnapshot : Dictionary<string, decimal>, IDictionary<string, decimal>, ICollection<KeyValuePair<string, decimal>>, IReadOnlyDictionary<string, decimal>, IReadOnlyCollection<KeyValuePair<string, decimal>>, IEnumerable<KeyValuePair<string, decimal>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
BudgetSnapshot
- Implements
- Inherited Members
- Extension Methods
Constructors
- BudgetSnapshot()
Creates a new instance of the object.
- BudgetSnapshot(Dictionary<string, decimal>)
Creates a new instance of the object.