public class MtGoxUrlFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MtGoxUrlFactory.RestCommand |
| Constructor and Description |
|---|
MtGoxUrlFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getUrlForRestCommand(Currency currency,
MtGoxUrlFactory.RestCommand restCommand) |
static String |
getUrlForRestCommand(MtGoxUrlFactory.RestCommand restCommand)
Only use this for 'generic' commands that don't depend on currency.
|
static String |
getUrlForRestCommand(String currencyCode,
MtGoxUrlFactory.RestCommand restCommand) |
public static String getUrlForRestCommand(MtGoxUrlFactory.RestCommand restCommand) throws Exception
Exceptionpublic static String getUrlForRestCommand(Currency currency, MtGoxUrlFactory.RestCommand restCommand) throws Exception
Exceptionpublic static String getUrlForRestCommand(String currencyCode, MtGoxUrlFactory.RestCommand restCommand) throws Exception
ExceptionCopyright © 2012. All Rights Reserved.