UNPKG

shrimpy-node

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