public final class MFFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static MFClient |
createMFClient()
Creates an MFClient
|
static MFClient |
createMFClient(int basePort)
Providing a basePort will allow trading and marketdata sessions to be registered on this client
without needing to specify the port - it will be calculated.
|
public static MFClient createMFClient() throws MFException
MFException - if the client cannot be createdpublic static MFClient createMFClient(int basePort) throws MFException
basePort - base from which to calculate the port for any registered trading and market data sessionsMFException - if the client cannot be created