PriceAdjustment

Git Source

Represents the options for the low latency price adjustment.

Used to determine how the price is adjusted based on protocol action.

enum PriceAdjustment {
    Up,
    Down,
    None
}