Class ImportedPositionEventUtil
java.lang.Object
com.bluebell.greenhouse.sol.util.ImportedPositionEventUtil
Utilities for normalized imported position events.
- Version:
- 2.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImportedPositionEventapplyStrategy(ImportedPositionEvent event, String strategyUid, String strategyReferenceCode) Applies a global strategy assignment to an imported event.
-
Method Details
-
applyStrategy
public static ImportedPositionEvent applyStrategy(ImportedPositionEvent event, String strategyUid, String strategyReferenceCode) Applies a global strategy assignment to an imported event.- Parameters:
event- eventstrategyUid- strategy uidstrategyReferenceCode- strategy reference code- Returns:
- event with strategy data
-