app / de.uniks.codliners.stock_simulator.network / IEXSymbol

IEXSymbol

@JsonClass(true) data class IEXSymbol

Symbol information of an IEX share.

Constructors

<init>

Symbol information of an IEX share.

IEXSymbol(symbol: String, name: String, type: String)

Properties

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

Extension Functions

asDomainSymbol

Transforms an IEXSymbol to an equivalent Symbol.

fun IEXSymbol.asDomainSymbol(): Symbol