Skip to content

Commit

Permalink
Swap Action table columns extended
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMashukov committed Jul 6, 2024
1 parent 04f633d commit bfe9116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/exchange/order_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1304,10 +1304,13 @@ func (m *OrderExecutor) MakeSwap(order model.Order, swapChain model.SwapChainEnt
StartQuantity: startQuantity,
SwapOneSymbol: swapChain.SwapOne.GetSymbol(),
SwapOnePrice: swapChain.SwapOne.Price,
SwapOneSide: &swapChain.SwapOne.Operation,
SwapTwoSymbol: swapChain.SwapTwo.GetSymbol(),
SwapTwoPrice: swapChain.SwapTwo.Price,
SwapTwoSide: &swapChain.SwapTwo.Operation,
SwapThreeSymbol: swapChain.SwapThree.GetSymbol(),
SwapThreePrice: swapChain.SwapThree.Price,
SwapThreeSide: &swapChain.SwapThree.Operation,
})

if err != nil {
Expand Down

0 comments on commit bfe9116

Please sign in to comment.