Table of Contents

Constructor BudgetSnapshot

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Budget
Assembly
WhalesSecret.TradeScriptLib.dll

BudgetSnapshot()

Creates a new instance of the object.

public BudgetSnapshot()

BudgetSnapshot(Dictionary<string, decimal>)

Creates a new instance of the object.

public BudgetSnapshot(Dictionary<string, decimal> snapshotValues)

Parameters

snapshotValues Dictionary<string, decimal>

Map where keys are asset names and values are balances of these assets within the budget.