shrimpy-node
Version:
Client for the Shrimpy API
44 lines (43 loc) • 1.73 kB
text/typescript
export * from './iaccount-balance-dto';
export * from './iaccount-dto';
export * from './iallocation-dto';
export * from './iapi-key-permissions-dto';
export * from './iapi-keys-dto';
export * from './iasset-balance-dto';
export * from './iasset-insight-dto';
export * from './ibacktest-asset-dto';
export * from './ibacktest-data-point-dto';
export * from './ibacktest-result-dto';
export * from './ibalance-change-dto';
export * from './icandlestick-dto';
export * from './idynamic-strategy-dto';
export * from './iexchange-api-error-dto';
export * from './iexchange-asset-dto';
export * from './iexchange-info-dto';
export * from './iexchange-order-book-dto';
export * from './iguid-id-result-dto';
export * from './ihistorical-candlestick-dto';
export * from './ihistorical-count-dto';
export * from './ihistorical-order-book-dto';
export * from './ihistorical-instrument-dto';
export * from './ihistorical-trade-dto';
export * from './ilimit-order-dto';
export * from './ilimit-order-status-dto';
export * from './imarket-order-books-dto';
export * from './inumber-id-result-dto';
export * from './iorder-book-dto';
export * from './iorder-book-item-dto';
export * from './iprediction-item-dto';
export * from './ipredictions-dto';
export * from './irebalance-period-result-dto';
export * from './istatic-strategy-dto';
export * from './istrategy-dto';
export * from './iticker-dto';
export * from './itotal-balance-history-item-dto';
export * from './itrade-changes-dto';
export * from './itrade-dto';
export * from './itrade-fill-dto';
export * from './itrading-pair-dto';
export * from './itrend-dto';
export * from './iuser-dto';
export * from './iwebsocket-token-dto';