Skip to content

Records

Wojciech Zankowski edited this page Nov 25, 2017 · 1 revision

Example

final IEXTradingClient iexTradingClient = IEXTradingClient.create();
final RecordsStats recordsStats = iexTradingClient.executeRequest(new RecordStatsRequestBuilder()
		.build());
System.out.println(recordsStats);

Response


Clone this wiki locally