Skip to content

Commit

Permalink
Merge pull request #32 from compolabs/feat/limit-orders
Browse files Browse the repository at this point in the history
feat: adding type GTC for timeInForce
  • Loading branch information
EchoDex authored Aug 13, 2024
2 parents f1235a8 + 2176294 commit 2b7723f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compolabs/spark-orderbook-ts-sdk",
"version": "1.4.7",
"version": "1.4.8",
"type": "module",
"main": "./dist/index.сjs",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export enum AssetType {
export enum LimitType {
IOC = "IOC",
FOK = "FOK",
GTC = "GTC",
}

export type Status = "Active" | "Canceled" | "Closed";
Expand Down

0 comments on commit 2b7723f

Please sign in to comment.