Skip to content

Commit cf478fc

Browse files
authored
update SwiftOrderMessage type for missing fields (#1908)
1 parent cbfb1d6 commit cf478fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/src/swift/swiftOrderSubscriber.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ export interface SwiftOrderMessage {
6060
/** Base64 string of a prerequisite deposit tx. The swift order_message should be bundled
6161
* after the deposit when present */
6262
depositTx?: string;
63+
/** order market index */
64+
market_index: number;
65+
/** order timestamp in unix ms */
66+
ts: number;
6367
}
6468

6569
export class SwiftOrderSubscriber {

0 commit comments

Comments
 (0)