poloniex-node-api
    Preparing search index...

    Interface IOpenSmartOrder

    interface IOpenSmartOrder {
        accountType: IAccountType;
        amount: string;
        clientOrderId: string;
        createTime: number;
        id: string;
        price: string;
        quantity: string;
        side: ISide;
        state: "PENDING_NEW";
        stopPrice: string;
        symbol: string;
        timeInForce: ITimeInForce;
        type: ISmartOrderType;
        updateTime: number;
    }

    Hierarchy

    Index

    Properties

    accountType: IAccountType
    amount: string
    clientOrderId: string
    createTime: number
    id: string
    price: string
    quantity: string
    side: ISide
    state: "PENDING_NEW"
    stopPrice: string
    symbol: string
    timeInForce: ITimeInForce
    type: ISmartOrderType
    updateTime: number