Class MarketMaker

java.lang.Object
edu.yu.marketmaker.marketmaker.MarketMaker
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@Component @Profile("market-maker-node") public class MarketMaker extends Object implements org.springframework.boot.ApplicationRunner
  • Constructor Details

  • Method Details

    • addSymbol

      public boolean addSymbol(String symbol)
    • removeSymbol

      public boolean removeSymbol(String symbol)
    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws Exception
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
      Throws:
      Exception