changed setting to selling in getSaleGain

This commit is contained in:
ReeseJones 2021-12-26 14:35:46 -08:00
parent d99b03d12e
commit 1087db9f33

@ -1045,7 +1045,7 @@ export interface TIX {
getPurchaseCost(sym: string, shares: number, posType: string): number;
/**
* Calculate profit of setting stocks.
* Calculate profit of selling stocks.
* @remarks
* RAM cost: 2 GB
* Calculates and returns how much you would gain from selling a given number of shares of a stock.