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

# Functions

# Constants

# Structs

ConverterManager manages the converters for trade conversion It can be used to convert the trade symbol into the target symbol, or convert the price, volume into different units.
SymbolConverter converts the symbol to another symbol.
go:generate callbackgen -type TradeCollector.

# Interfaces

OrderConverter converts the order to another order.
TradeConverter converts the trade to another trade.

# Type aliases