Interface ITradeStategyHint
-
public interface ITradeStategyHintInterface defining a strategy hint.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 21, 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITradeStrategyHintContextgetContext()Retrieve the trade strategy context hint.voidsetContext(ITradeStrategyHintContext context)Set the trade strategy hint context.
-
-
-
Method Detail
-
getContext
ITradeStrategyHintContext getContext()
Retrieve the trade strategy context hint.- Returns:
- strategy hint context for trading
-
setContext
void setContext(ITradeStrategyHintContext context)
Set the trade strategy hint context.- Parameters:
context- seth the trade strategy hint context.
-
-