Skip to content

Commit

Permalink
trying to fix some types/enums export bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Oct 7, 2023
1 parent 3fd912f commit a955e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export { HistogramEntry } from "./api/historical/histogramEntry";
export { HistoricalTick } from "./api/historical/historicalTick";
export { HistoricalTickBidAsk } from "./api/historical/historicalTickBidAsk";
export { HistoricalTickLast } from "./api/historical/historicalTickLast";
export { WhatToShow } from "./api/historical/what-to-show";
export * from "./api/historical/what-to-show";
export { ScannerSubscription } from "./api/market/scannerSubscription";
export { TickByTickDataType } from "./api/market/tickByTickDataType";

Expand All @@ -105,7 +105,7 @@ export { OrderAction } from "./api/order/enum/order-action";
export { OrderConditionType } from "./api/order/enum/order-condition-type";
export { OrderStatus } from "./api/order/enum/order-status";
export { OrderType } from "./api/order/enum/orderType";
export { TimeInForce } from "./api/order/enum/tif";
export * from "./api/order/enum/tif";
export { TriggerMethod } from "./api/order/enum/trigger-method";

// export order types
Expand Down

0 comments on commit a955e6a

Please sign in to comment.