@copytrade/unified-broker
Version:
Unified broker interface library for Indian stock market brokers with plugin architecture
17 lines • 614 B
TypeScript
/**
* Shoonya Broker Plugin
* Self-registering broker plugin for the unified broker library
*/
import { BrokerRegistry, BrokerPlugin } from '../../registry/BrokerRegistry';
import { ShoonyaServiceAdapter } from './ShoonyaServiceAdapter';
export declare function registerShoonyaPlugin(registry: BrokerRegistry): void;
declare const _default: {
register: typeof registerShoonyaPlugin;
plugin: BrokerPlugin;
createInstance: () => ShoonyaServiceAdapter;
};
export default _default;
export { ShoonyaServiceAdapter };
export * from './types';
export * from './helpers';
//# sourceMappingURL=index.d.ts.map