| Package | Description |
|---|---|
| com.jfx | |
| com.jfx.mt5 |
| Modifier and Type | Method and Description |
|---|---|
static Broker.ProxyType |
Broker.ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Broker.ProxyType[] |
Broker.ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Broker(Broker b,
String proxyServer,
Broker.ProxyType proxyType,
String proxyLogin,
String proxyPassword) |
Broker(String val,
String proxyServer,
Broker.ProxyType proxyType) |
Broker(String val,
String proxyServer,
Broker.ProxyType proxyType,
String proxyLogin,
String proxyPassword) |
| Constructor and Description |
|---|
MT5Broker(Broker b,
String proxyServer,
Broker.ProxyType proxyType,
String proxyLogin,
String proxyPassword) |
MT5Broker(String val,
String proxyServer,
Broker.ProxyType proxyType) |
MT5Broker(String val,
String proxyServer,
Broker.ProxyType proxyType,
String proxyLogin,
String proxyPassword) |