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