|
31 | 31 | * Crypto Market Data API</a>. |
32 | 32 | */ |
33 | 33 | public class CryptoMarketDataEndpoint extends AlpacaEndpoint { |
| 34 | + |
34 | 35 | public static final String LOCALE = "us"; |
35 | 36 |
|
36 | 37 | /** |
@@ -97,7 +98,7 @@ public CryptoTradesResponse getTrades(Collection<String> symbols, ZonedDateTime |
97 | 98 | /** |
98 | 99 | * Gets the latest {@link CryptoTrade}s for the requested securities. |
99 | 100 | * |
100 | | - * @param symbols a {@link Collection} of symbols to query for |
| 101 | + * @param symbols a {@link Collection} of symbols to query for |
101 | 102 | * |
102 | 103 | * @return the {@link LatestCryptoTradesResponse} |
103 | 104 | * |
@@ -126,7 +127,7 @@ public LatestCryptoTradesResponse getLatestTrades(Collection<String> symbols) th |
126 | 127 | /** |
127 | 128 | * Gets the latest {@link CryptoBar}s for the requested securities. |
128 | 129 | * |
129 | | - * @param symbols a {@link Collection} of symbols to query for |
| 130 | + * @param symbols a {@link Collection} of symbols to query for |
130 | 131 | * |
131 | 132 | * @return the {@link LatestCryptoBarsResponse} |
132 | 133 | * |
@@ -155,7 +156,7 @@ public LatestCryptoBarsResponse getLatestBars(Collection<String> symbols) throws |
155 | 156 | /** |
156 | 157 | * Gets the latest {@link CryptoQuote}s for the requested securities. |
157 | 158 | * |
158 | | - * @param symbols a {@link Collection} of symbols to query for |
| 159 | + * @param symbols a {@link Collection} of symbols to query for |
159 | 160 | * |
160 | 161 | * @return the {@link LatestCryptoQuotesResponse} |
161 | 162 | * |
@@ -184,7 +185,7 @@ public LatestCryptoQuotesResponse getLatestQuotes(Collection<String> symbols) th |
184 | 185 | /** |
185 | 186 | * Gets the latest {@link CryptoSnapshot} for the requested securities. |
186 | 187 | * |
187 | | - * @param symbols a {@link Collection} of symbols to query for |
| 188 | + * @param symbols a {@link Collection} of symbols to query for |
188 | 189 | * |
189 | 190 | * @return the {@link CryptoSnapshotsResponse} |
190 | 191 | * |
@@ -212,7 +213,7 @@ public CryptoSnapshotsResponse getSnapshots(Collection<String> symbols) throws A |
212 | 213 | /** |
213 | 214 | * Gets the latest {@link CryptoOrderbook}s for the requested securities. |
214 | 215 | * |
215 | | - * @param symbols a {@link Collection} of symbols to query for |
| 216 | + * @param symbols a {@link Collection} of symbols to query for |
216 | 217 | * |
217 | 218 | * @return the {@link LatestCryptoOrderbooksResponse} |
218 | 219 | * |
@@ -252,8 +253,8 @@ public LatestCryptoOrderbooksResponse getLatestOrderbooks(Collection<String> sym |
252 | 253 | * @param barTimePeriodDuration the duration for the given <code>barTimePeriod</code> parameter. e.g. for |
253 | 254 | * <code>15Min</code> bars, you would supply <code>15</code> for this parameter and |
254 | 255 | * {@link BarTimePeriod#MINUTE} for the <code>barTimePeriod</code> parameter. |
255 | | - * @param barTimePeriod the {@link BarTimePeriod} e.g. for <code>15Min</code> bars, you would supply {@link |
256 | | - * BarTimePeriod#MINUTE} for this parameter and <code>15</code> for the |
| 256 | + * @param barTimePeriod the {@link BarTimePeriod} e.g. for <code>15Min</code> bars, you would supply |
| 257 | + * {@link BarTimePeriod#MINUTE} for this parameter and <code>15</code> for the |
257 | 258 | * <code>barTimePeriodDuration</code> parameter. |
258 | 259 | * |
259 | 260 | * @return the {@link CryptoBarsResponse} |
|
0 commit comments