public class HistQuotesQuery2V8Request extends Object
Modifier and Type | Field and Description |
---|---|
static Calendar |
DEFAULT_FROM |
static QueryInterval |
DEFAULT_INTERVAL |
static Calendar |
DEFAULT_TO |
Constructor and Description |
---|
HistQuotesQuery2V8Request(String symbol) |
HistQuotesQuery2V8Request(String symbol,
Calendar from,
Calendar to) |
HistQuotesQuery2V8Request(String symbol,
Calendar from,
Calendar to,
QueryInterval interval) |
HistQuotesQuery2V8Request(String symbol,
Date from,
Date to) |
HistQuotesQuery2V8Request(String symbol,
Date from,
Date to,
QueryInterval interval) |
HistQuotesQuery2V8Request(String symbol,
QueryInterval interval) |
public static final Calendar DEFAULT_FROM
public static final Calendar DEFAULT_TO
public static final QueryInterval DEFAULT_INTERVAL
public HistQuotesQuery2V8Request(String symbol)
public HistQuotesQuery2V8Request(String symbol, QueryInterval interval)
public HistQuotesQuery2V8Request(String symbol, Calendar from, Calendar to)
public HistQuotesQuery2V8Request(String symbol, Calendar from, Calendar to, QueryInterval interval)
public HistQuotesQuery2V8Request(String symbol, Date from, Date to, QueryInterval interval)
public List<HistoricalQuote> getResult() throws IOException
IOException
public String getJson() throws IOException
IOException
Copyright © 2022. All rights reserved.