interface RawOrder {
    action?: string;
    exchange?: string;
    filled_quantity?: string | number;
    order_status?: string;
    orderid?: string;
    price?: string | number;
    pricetype?: string;
    product?: string;
    quantity?: string | number;
    symbol?: string;
    trigger_price?: string | number;
}

Properties

action?: string
exchange?: string
filled_quantity?: string | number
order_status?: string
orderid?: string
price?: string | number
pricetype?: string
product?: string
quantity?: string | number
symbol?: string
trigger_price?: string | number