UNPKG

@stoqey/ib

Version:

Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)

13 lines (12 loc) 500 B
export declare const FundDistributionPolicyIndicator: { readonly None: "None"; readonly AccumulationFund: "N"; readonly IncomeFund: "Y"; }; export type FundDistributionPolicyIndicator = (typeof FundDistributionPolicyIndicator)[keyof typeof FundDistributionPolicyIndicator]; export declare const FundAssetType: { readonly None: "None"; readonly AccumulationFund: "N"; readonly IncomeFund: "Y"; }; export type FundAssetType = (typeof FundAssetType)[keyof typeof FundAssetType];