Package org.knowm.xchange.lgo
Class LgoEnv
java.lang.Object
org.knowm.xchange.lgo.LgoEnv
public final class LgoEnv extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LgoEnv.SignatureService
-
Field Summary
Fields Modifier and Type Field Description static String
KEYS_URL
static String
SHOULD_ENCRYPT_ORDERS
static String
SIGNATURE_SERVICE
static String
WS_URL
-
Method Summary
Modifier and Type Method Description static ExchangeSpecification
devel()
static ExchangeSpecification
local()
static ExchangeSpecification
prod()
static ExchangeSpecification
sandbox()
-
Field Details
-
KEYS_URL
- See Also:
- Constant Field Values
-
WS_URL
- See Also:
- Constant Field Values
-
SIGNATURE_SERVICE
- See Also:
- Constant Field Values
-
SHOULD_ENCRYPT_ORDERS
- See Also:
- Constant Field Values
-
-
Method Details
-
prod
-
sandbox
-
devel
-
local
-