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