Package com.caplin.motif.fx.ret.lbn
Class LBNAdapter
- java.lang.Object
-
- com.caplin.motif.fx.ret.lbn.LBNAdapter
-
public class LBNAdapter extends java.lang.Object
Used to create and customise a LBNAdapter for historic data.
-
-
Constructor Summary
Constructors Constructor Description LBNAdapter()
Create a newLBNAdapter
with default configuration.LBNAdapter(LBNConfiguration configuration)
Create a newLBNAdapter
providing custom configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
Starts thisLBNAdapter
.
-
-
-
Constructor Detail
-
LBNAdapter
public LBNAdapter() throws ConfigurationLoaderException
Create a newLBNAdapter
with default configuration.- Throws:
ConfigurationLoaderException
-
LBNAdapter
public LBNAdapter(LBNConfiguration configuration)
Create a newLBNAdapter
providing custom configuration.- Parameters:
configuration
- a configured instance ofLBNConfiguration
- See Also:
LBNConfiguration
-
-
Method Detail
-
start
public void start() throws java.lang.Exception
Starts thisLBNAdapter
.- Throws:
java.lang.Exception
-
-