Type Alias RoutingOptions

RoutingOptions: {
    maxSplits: number;
    numTopPartialQuotes: number;
    numTopRoutes: number;
    percentIncrement: number;
}

Options to configure the router.

The percent increment to use when splitting a trade into multiple trades.

The number of top routes to return from the router.

The number of top partial quotes to return from the router.

The maximum number of splits to perform on a trade.