UNPKG

fme-fv-fetch

Version:

This fetches the fair-value numbers from index-arb.com

12 lines (11 loc) 212 B
export declare class FairValues { timeStamp: Date; SPX: string; NQ: string; DOW: string; constructor(); } export declare class FairValue { fairValues: any; fetch(): void; }