UNPKG

@copytrade/broker-shoonya

Version:

Shoonya (Finvasia) broker plugin for @copytrade/unified-broker

20 lines 649 B
/** * Shoonya Broker Plugin * Self-registering broker plugin for the unified broker library */ import { BrokerRegistry, BrokerPlugin } from '@copytrade/unified-broker'; import { ShoonyaServiceAdapter } from './ShoonyaServiceAdapter'; declare const _default: { register: typeof registerShoonyaPlugin; plugin: BrokerPlugin; createInstance: () => ShoonyaServiceAdapter; }; export default _default; /** * Auto-registration function */ export declare function registerShoonyaPlugin(registry?: BrokerRegistry): void; export { ShoonyaServiceAdapter }; export * from './types'; export * from './helpers'; //# sourceMappingURL=index.d.ts.map