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 = 2Above the largest size the solver advertises.
BelowMinimum = 1Below the smallest size the solver advertises.
DirectionNotServed = 3The solver serves this market, but not in this direction: it does not pay out the side the trade would receive.
FeeAboveAdvertised = 4The quote's spread exceeds the fee the card advertises.
UnservedCorridor = 0The solver publishes no market for this corridor.