UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

14 lines (13 loc) 300 B
import { BigNumber } from 'bignumber.js'; export declare class OrderHistory { Id: string; TradingPair: string; State: string; Side: string; Type: string; Price: BigNumber; Size: BigNumber; Filled: BigNumber; Timestamp: Date; EqPrice: BigNumber; }