Skip to content

Commit

Permalink
Merge branch 'develop' into 0014-ORDT-163
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui authored May 22, 2024
2 parents 95ac1b2 + bb1af9f commit 50a8b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datanode/api/trading_data_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ func (t *TradingDataServiceV2) ObservePositions(req *v2.ObservePositionsRequest,
}

// add the party to the derived parties
if len(derivedParties) > 0 {
if req.PartyId != nil && len(*req.PartyId) > 0 {
derivedParties = append(derivedParties, *req.PartyId)
}

Expand Down

0 comments on commit 50a8b67

Please sign in to comment.