Examples of PortfolioSearchResult


Examples of com.opengamma.master.portfolio.PortfolioSearchResult

  }
 
  //-------------------------------------------------------------------------
  public void test_search_emptyMaster() {
    PortfolioSearchRequest request = new PortfolioSearchRequest();
    PortfolioSearchResult result = _emptyMaster.search(request);
    assertEquals(0, result.getPaging().getTotalItems());
    assertEquals(0, result.getDocuments().size());   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.