UNPKG

shrimpy-node

Version:
11 lines (10 loc) 232 B
export interface ITradeFillDto { baseAmount: string; baseSymbol: string; btcValue: number; price: string; quoteAmount: string; quoteSymbol: string; side: 'BUY' | 'SELL'; usdValue: number; }