Skip to content

Commit

Permalink
Merge pull request #61 from ArjunVachhani/fix-build
Browse files Browse the repository at this point in the history
fix build issue
  • Loading branch information
ArjunVachhani committed Jun 30, 2023
2 parents 96e7c93 + 86104df commit 7d0d101
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OrderMatcher/OrderMatcher.Performance/LoadRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ public void OnCancel(OrderId orderId, UserId userId, Quantity remainingQuantity,
public void OnAccept(OrderId orderId, UserId userId) { }

public void OnOrderTriggered(OrderId orderId, UserId userId) { }

public void OnSelfMatch(OrderId incomingOrderId, OrderId restingOrderId, UserId userId) { }

public void OnDecrement(OrderId orderId, UserId userId, Quantity quantityDecremented) { }
}

class PerfFeeProvider : IFeeProvider
Expand Down

0 comments on commit 7d0d101

Please sign in to comment.