package
1.60.0
Repository: https://github.com/c9s/bbgo.git
Documentation: pkg.go.dev

# Constants

# Structs

Strategy is the xfunding fee strategy Right now it only supports short position in the USDT futures account.

# Interfaces

# Type aliases

Position State Transitions: NoOp -> Opening Opening -> Ready -> Closing Closing -> Closed -> Opening go:generate stringer -type=PositionState.