mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
types: merge field decls
This commit is contained in:
parent
44a0b10240
commit
db7a681290
|
@ -11,8 +11,7 @@ import (
|
|||
)
|
||||
|
||||
type PriceVolume struct {
|
||||
Price fixedpoint.Value
|
||||
Volume fixedpoint.Value
|
||||
Price, Volume fixedpoint.Value
|
||||
}
|
||||
|
||||
func (p PriceVolume) String() string {
|
||||
|
|
Loading…
Reference in New Issue
Block a user