adding position and trade endpoints
This commit is contained in:
@@ -7,7 +7,8 @@ import (
|
||||
|
||||
type Position struct {
|
||||
Company Company
|
||||
weight float64
|
||||
Currency Currency
|
||||
Weight float64
|
||||
CostBasis float64
|
||||
Shares int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user