T - the type of the data needed to create the order. This can be a database entity (e.g. betting model)public interface IModelFactory<T>
| Modifier and Type | Method and Description |
|---|---|
IModel |
create(IModelModuleConfig config,
T data)
Create a model base on configuration of the model module.
|
IModel create(IModelModuleConfig config, T data)
config -