Chartbreaker
    Preparing search index...

    Interface RiskClassInfo

    A mesage that must be presented to the user before an order can be created.

    interface RiskClassInfo {
        legalHint?: string;
        msg: string;
        onlySellAllowed?: boolean;
    }
    Index

    Properties

    legalHint?: string

    If set, must be displayed as a static hint (which the user does not need to confirm) before the order button. May contain (some) HTML.

    msg: string

    risk class message to display (may contain (some) HTML!)

    onlySellAllowed?: boolean

    If true, only sell is allowed for this instrument.