UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

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