Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
package com.longbridge.fundamental;

/** Response for {@link FundamentalContext#getRatings}. */
/**
* Response for the stock ratings endpoint ({@code getRatings}).
*
* <p>Note: {@code FundamentalContext.getRatings} is temporarily disabled
* (endpoint not yet open — {@code /v1/quote/ratings}), so this type is not
* currently returned by any method. It is kept for when the endpoint reopens.
*/
public class StockRatings {
/** Style display name */
public String styleTxtName;
Expand Down
Loading