Interface IOpenType

interface IOpenType {
    direction?: "up" | "down";
    type: MARKET_PROFILE_OPEN;
}

Properties

Properties

direction?: "up" | "down"

Generated using TypeDoc