@BeforeClass
 public void init() {
   this.dbdao = DBDAO.getInstance();
   this.trader = new TestTrader(NAME, SIGGEN, SYMBOL);
   this.trader.setPosition(POSITION);
 }