Skip to content

Commit e5fa9eb

Browse files
authored
v1.8 - update STOTypes (#7)
- update STOTypes
1 parent ccdafeb commit e5fa9eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/STOTypes.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ module {
110110
public type GridPrices = {midPrice: ?Price; buy: [Price]; sell: [Price] };
111111
public type GridOrder = {
112112
setting: GridSetting;
113+
level1Filled: ?{ buy1: Amount; sell1: Amount};
113114
gridPrices: GridPrices; // ordered
114115
};
115116
// IcebergOrder

0 commit comments

Comments
 (0)