package mobi.boilr.libdynticker.exchanges.fyb; public final class FYBSEExchange extends FYBExchange { public FYBSEExchange(long expiredPeriod) { super("FYB-SE", expiredPeriod, "www.fybse.se", "SEK"); } }