mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
types: add transfer direction
This commit is contained in:
parent
487fbf8681
commit
161dc7dc64
8
pkg/types/transfer.go
Normal file
8
pkg/types/transfer.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package types
|
||||
|
||||
type TransferDirection int
|
||||
|
||||
const (
|
||||
TransferIn TransferDirection = 1
|
||||
TransferOut TransferDirection = -1
|
||||
)
|
Loading…
Reference in New Issue
Block a user