Enum RfqAmountSide
- Namespace
- NArk.ArkadeIntents.Rfq
- Assembly
- NArk.ArkadeIntents.dll
Which leg of the pair the request's amount is fixed on.
[JsonConverter(typeof(RfqAmountSideConverter))]
public enum RfqAmountSide
Fields
From = 0Exact-in: the client fixes what it pays.
To = 1Exact-out: the client fixes what it receives.