@JsonClass(true) data class IEXSymbol
Symbol information of an IEX share.
<init> |
Symbol information of an IEX share. IEXSymbol(symbol: String, name: String, type: String) |
name |
The name of the share. val name: String |
symbol |
The symbol of the share. val symbol: String |
type |
The type of the share. val type: String |
asDomainSymbol |
Transforms an IEXSymbol to an equivalent Symbol. fun IEXSymbol.asDomainSymbol(): Symbol |