Class Symbol
java.lang.Object
com.bluebell.greenhouse.platform.models.core.entities.AbstractAuditableEntity
com.bluebell.greenhouse.platform.models.core.entities.symbol.Symbol
- All Implemented Interfaces:
GenericEntity
Class representation of a company, entity, currency pair, index, organization or anything that
can be publicly traded on a financial market.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAlias(SymbolAlias alias) Database assistance method.voidremoveAlias(SymbolAlias alias) Database assistance method.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GenericEntity
getCreatedAt, getId, getModifiedAt, isCreatedAtInferred
-
Constructor Details
-
Symbol
public Symbol()
-
-
Method Details
-
addAlias
-
removeAlias
Database assistance method.- Parameters:
alias-SymbolAlias
-