Skip to content

Instantly share code, notes, and snippets.

Avatar

B D bayareacoder

  • San Jose, CA
View GitHub Profile
View AccountSummary.ts
import {LIVE_ACCOUNT_IDS} from '../config';
import IBKRConnection from '../connection/IBKRConnection';
import {IBKREVENTS, IbkrEvents, publishDataToTopic} from '../events';
import {log} from '../log';
import {Portfolios} from '../portfolios';
import {getRadomReqId as getRandomReqId} from '../_utils/text.utils';
import {IBKRAccountSummary} from './account-summary.interfaces';
const appEvents = IbkrEvents.Instance;