You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: risk/engine.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ var (
22
22
//go:generate go run github.com/golang/mock/mockgen -destination mocks/orderbook_mock.go -package mocks code.vegaprotocol.io/vega/risk Orderbook
23
23
typeOrderbookinterface {
24
24
GetCloseoutPrice(volumeuint64, side types.Side) (uint64, error)
25
+
GetIndicativePrice() uint64
25
26
}
26
27
27
28
// AuctionState represents the current auction state of the market, previously we got this information from the matching engine, but really... that's not its job
0 commit comments