src/api-next/common/common-types.ts

Summary

Maintainability
A
0 mins
Test Coverage
/** An IBKR account id. */
export type AccountId = string;

/** An IBKR contract id (conId) */
export type ConId = string;

/** A currency code. */
export type CurrencyCode = string;