# 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.