adding position and trade endpoints

This commit is contained in:
zipfriis
2026-03-25 17:09:31 +01:00
parent 52d99c7012
commit b9f462f5be
5 changed files with 43 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ import (
type Position struct {
Company Company
weight float64
Currency Currency
Weight float64
CostBasis float64
Shares int
}