We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0db1d4 commit 876ce2eCopy full SHA for 876ce2e
src/main/kotlin/io/polygon/kotlin/sdk/rest/reference/TickerDetails.kt
@@ -56,7 +56,7 @@ data class TickerDetails(
56
val name: String? = null,
57
@SerialName("phone_number") val phoneNumber: String? = null,
58
@SerialName("primary_exchange") val primaryExchange: String? = null,
59
- @SerialName("share_class_shares_outstanding") val shareClassSharesOutstanding: Int? = null,
+ @SerialName("share_class_shares_outstanding") val shareClassSharesOutstanding: Long? = null,
60
@SerialName("weighted_shares_outstanding") val weightedSharesOutstanding: Double? = null,
61
@SerialName("sic_code") val sicCode: String? = null,
62
@SerialName("sic_description") val sicDescription: String? = null,
0 commit comments