poloniex-node-api
    Preparing search index...

    Interface ITrade

    interface ITrade {
        accountType: IAccountType;
        amount: string;
        clientOrderId: string;
        createTime: number;
        feeAmount: string;
        feeCurrency: string;
        id: string;
        loan?: boolean;
        matchRole: IMatchRole;
        orderId: string;
        pageId: string;
        price: string;
        quantity: string;
        side: ISide;
        symbol: string;
        type: IOrderType;
    }
    Index

    Properties

    accountType: IAccountType
    amount: string
    clientOrderId: string
    createTime: number
    feeAmount: string
    feeCurrency: string
    id: string
    loan?: boolean
    matchRole: IMatchRole
    orderId: string
    pageId: string
    price: string
    quantity: string
    side: ISide
    symbol: string
    type: IOrderType