Class Strategy


  • @Entity
    public class Strategy
    extends BaseDomain
    Strategy.
    • Constructor Detail

      • Strategy

        public Strategy()
    • Method Detail

      • getId

        public Long getId()
        Technical ID.
      • getStrategyId

        public String getStrategyId()
        An identifier that uniquely identifies the strategy.
      • getExchangeAccount

        public ExchangeAccount getExchangeAccount()
        Exchange account used by the strategy.
      • getName

        public String getName()
        Strategy name.
      • setId

        public void setId​(Long id)
        Technical ID.
      • setStrategyId

        public void setStrategyId​(String strategyId)
        An identifier that uniquely identifies the strategy.
      • setExchangeAccount

        public void setExchangeAccount​(ExchangeAccount exchangeAccount)
        Exchange account used by the strategy.
      • setName

        public void setName​(String name)
        Strategy name.