add Fees and Taxes to the Record type
This commit is contained in:
@@ -12,6 +12,8 @@ type Record interface {
|
||||
Price() *big.Float
|
||||
Quantity() *big.Float
|
||||
Timestamp() time.Time
|
||||
Fees() *big.Float
|
||||
Taxes() *big.Float
|
||||
}
|
||||
|
||||
type RecordQueue struct {
|
||||
|
||||
Reference in New Issue
Block a user