@thoshpathi/utils-smartapi-order
Version:
Utility functions for placing live and dummy orders using Angel One's SmartAPI, with helper methods for streamlined trading workflows.
9 lines (6 loc) • 339 B
TypeScript
import { AlgoMode } from '../types.js';
import { OrderHelperParams, IOrderHelper } from './order_helper.js';
import '@thoshpathi/utils-smartapi';
import '@thoshpathi/utils-core';
declare function createOrderHelper(params: OrderHelperParams, algoMode?: AlgoMode): IOrderHelper;
export { createOrderHelper, createOrderHelper as default };