UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

10 lines (8 loc) 354 B
import { IPricingProvider } from './pricing-provider.i' import { ITradeIdeaPricingCredentials } from './trade-idea-pricing-credentials.i' export interface ITradeIdeaPricing { // provider price selected by the user provider: IPricingProvider // user credentials (optional) or we will use the default ones credentials?: ITradeIdeaPricingCredentials }