UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

9 lines (8 loc) 184 B
import { BigNumber } from 'bignumber.js'; export declare class Trade { Id: string; MakerSide: string; Price: BigNumber; Size: BigNumber; Timestamp: Date; }