public interface IDownloadableStrategy
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | IDownloadableStrategy.ComponentType | 
| Modifier and Type | Method and Description | 
|---|---|
| IDownloadableStrategy.ComponentType | getComponentType() | 
| java.lang.String | getId() | 
| java.lang.String | getName() | 
| IEngine.StrategyMode | getStrategyMode() | 
| void | onAccount(IAccount account) | 
| java.util.List<ISignal> | onBar(Instrument instrument,
     Period period,
     IBar askBar,
     IBar bidBar) | 
| java.util.List<ISignal> | onMessage(IMessage message) | 
| void | onStop() | 
| java.util.List<ISignal> | onTick(Instrument instrument,
      ITick tick) | 
| void | start() | 
java.lang.String getName()
java.lang.String getId()
IDownloadableStrategy.ComponentType getComponentType()
IEngine.StrategyMode getStrategyMode()
void onStop()
     throws JFException
JFExceptionvoid onAccount(IAccount account) throws JFException
JFExceptionjava.util.List<ISignal> onMessage(IMessage message) throws JFException
JFExceptionjava.util.List<ISignal> onBar(Instrument instrument, Period period, IBar askBar, IBar bidBar) throws JFException
JFExceptionjava.util.List<ISignal> onTick(Instrument instrument, ITick tick) throws JFException
JFExceptionvoid start()
    throws JFException
JFExceptionCopyright © 2025. All rights reserved.