Package com.mypurecloud.sdk.v2.model
Class Ticker
java.lang.Object
com.mypurecloud.sdk.v2.model.Ticker
- All Implemented Interfaces:
Serializable
Ticker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe exchange for this ticker symbol.inthashCode()voidsetExchange(String exchange) voidThe ticker symbol for this organization.toString()
-
Constructor Details
-
Ticker
public Ticker() -
Ticker
-
-
Method Details
-
symbol
The ticker symbol for this organization. Example: ININ, AAPL, MSFT, etc. -
getSymbol
-
setSymbol
-
exchange
The exchange for this ticker symbol. Examples: NYSE, FTSE, NASDAQ, etc. -
getExchange
-
setExchange
-
equals
-
hashCode
public int hashCode() -
toString
-