@web-core/web-sdk
    Preparing search index...

    Interface OrderRequest

    interface OrderRequest {
        afterHoursSessionType: number;
        buySell: string;
        fillType: string;
        price: string;
        priceType: string;
        securityKey: { exchange: string; group: string; name: string };
        size: number;
        timeInForce: string;
    }
    Index

    Properties

    afterHoursSessionType: number
    buySell: string
    fillType: string
    price: string
    priceType: string
    securityKey: { exchange: string; group: string; name: string }
    size: number
    timeInForce: string