iexcloud
iexcloud copied to clipboard
Fix ambiguous int usage on struct fields
Several structs default to int
which is either int32 or int64 depending on the architecture. Would be safer to define this as int64 for fields that easily would overflow 4 billion on 32bit systems (like MarketCap).