Interface TradeResult

interface TradeResult {
    result: orderbook.Trade;
}

Properties

Properties