Package org.jquantlib.time.calendars

Examples of org.jquantlib.time.calendars.China$ChinaSSECalendar


        QL.info("Testing Equality and HashCode ...");
        final DayCounter business252Brazil = new Business252(new Brazil(Brazil.Market.SETTLEMENT));
        final DayCounter business252Brazil1 = new Business252(new Brazil(Brazil.Market.SETTLEMENT));

       
        final DayCounter business252China = new Business252(new China(China.Market.SSE));
        final DayCounter simpleDayCounter = new SimpleDayCounter();     
        final DayCounter actual360 = new Actual360();       
        final DayCounter actual365Fixed = new Actual365Fixed();       
        final DayCounter actualActual = new ActualActual();       
        final DayCounter thirty360 = new Thirty360();       
View Full Code Here


    private final Calendar exchange;

  public ChinaCalendarTest() {
    QL.info("::::: "+this.getClass().getSimpleName()+" :::::");
        exchange = new China(China.Market.SSE);
  }
View Full Code Here

TOP

Related Classes of org.jquantlib.time.calendars.China$ChinaSSECalendar

Copyright © 2018 www.massapicom. 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.