Table of Contents

Enum SolverTermsRefusal

Namespace
NArk.ArkadeIntents.SolverRegistry
Assembly
NArk.ArkadeIntents.dll

Why a solver's own published terms rule out a trade, or a quote departs from them.

public enum SolverTermsRefusal

Fields

AboveMaximum = 2

Above the largest size the solver advertises.

BelowMinimum = 1

Below the smallest size the solver advertises.

DirectionNotServed = 3

The solver serves this market, but not in this direction: it does not pay out the side the trade would receive.

FeeAboveAdvertised = 4

The quote's spread exceeds the fee the card advertises.

UnservedCorridor = 0

The solver publishes no market for this corridor.