public Double 券T日可用在途() { List<AccountDelta> accountDeltas = caculateStrategy.caculateOrder(null, SecurityTypeConsts.STOCK, new BigDecimal(卖券数量)); return getDeltaValue(accountDeltas, AccountTypeConsts.ORDER_INPROGRESS); }
public SellToReturnFixture() { caculateStrategy.setAccountDeltaFactory(getAccountDeltaFactory()); }