Interface IStopPriceMixin

IStopPriceMixin Interface representing a mixin for stop price.

interface IStopPriceMixin {
    price: number;
    stop_price: number;
}

Hierarchy (view full)

Properties

Properties

price: number

The price value.

stop_price: number

The stop price value.