Skip to content

Commit

Permalink
v1.8 - update STOTypes (#7)
Browse files Browse the repository at this point in the history
- update STOTypes
  • Loading branch information
iclighthouse authored Jan 15, 2024
1 parent ccdafeb commit e5fa9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/STOTypes.mo
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module {
public type GridPrices = {midPrice: ?Price; buy: [Price]; sell: [Price] };
public type GridOrder = {
setting: GridSetting;
level1Filled: ?{ buy1: Amount; sell1: Amount};
gridPrices: GridPrices; // ordered
};
// IcebergOrder
Expand Down

0 comments on commit e5fa9eb

Please sign in to comment.