Uses of Class
com.bluebell.greenhouse.platform.models.core.entities.AbstractAuditableEntity
Packages that use AbstractAuditableEntity
Package
Description
Contains class implementations of the
Account entity.Contains persisted action, action-execution, and action-event entities.
Contains class implementations of the
Exchange entity.Contains concrete class implementations of the
Job entity.Contains class implementations of the
MarketEvent entity.Contains class implementations of the
MarketPrice entity.Contains class implementations of
MarketPriceFetchRequest.Contains notification-related entities.
Contains class implementations of the
Portfolio entity.Contains class implementations of the
Position entity.Contains class implementations of the
User entity.Contains
Strategy entities
used to catalog assignable trading strategies and their implementation artifacts.Contains class implementations of the
Symbol entity.Contains class implementations of the
IncomingPing entity.Contains class implementations of the
TechnicalIndicator entity.Contains class implementations of the
Transaction entity.Contains watchlist entities used to group user-tracked symbols.
-
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.account
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.accountModifier and TypeClassDescriptionclassClass representation of a trading account, an entity that can holdPositions and other information.classClass representation of a durable balance-affecting account ledger entry. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.action.impl
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.action.implModifier and TypeClassDescriptionfinal classRepresents something that a job does or performs.final classDeliberate operator-facing event emitted during an action execution.final classDurable record of one execution of an action plan item. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.exchange
-
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.job.impl
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.job.implModifier and TypeClassDescriptionfinal classAn entity that performs actions and collects stats and logs about actions performed.final classMetadata and storage reference for a job artifact. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.market.event
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.market.eventModifier and TypeClassDescriptionclassClass representation of an event related to the financial markets like speeches, releases and reports. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.market.price
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.market.priceModifier and TypeClassDescriptionclassClass representation of a market price for an interval of time. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.market.price.request
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.market.price.requestModifier and TypeClassDescriptionclassClass representation of a queued request to resolve market prices for a symbol alias. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.notification
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.notificationModifier and TypeClassDescriptionclassClass representation of a recurring notification. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.portfolio
-
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.position
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.positionModifier and TypeClassDescriptionclassClass representation of a position a trader can have in the markets.classClass representation of an entry in aPosition, similar to the once used Trade entity.classClass representation of a manual or synthetic credit/debit adjustment used in a position's realized result. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.security
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.securityModifier and TypeClassDescriptionclassClass representation of a moment when a forgotten password email is sent, awaiting user interaction.classClass representation of an individual that can interact with the system, hold accounts and other information. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.strategy
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.strategyModifier and TypeClassDescriptionclassClass representation of an assignable trading strategy.classClass representation of a concrete strategy implementation artifact. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.symbol
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.symbolModifier and TypeClassDescriptionclassClass representation of a company, entity, currency pair, index, organization or anything that can be publicly traded on a financial market.classClass representation of an alias to aSymbol. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.system
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.systemModifier and TypeClassDescriptionclassClass representation of a heartbeat style check-in with external services. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.technical
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.technicalModifier and TypeClassDescriptionclassRepresents a configuredTechnicalIndicatorthat will be auto-calculated by a background job.classRepresents an instance of anIndicatorValuecalculation.classClass representation of a technical analysis indicator value for aMarketPrice. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.transaction
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.transactionModifier and TypeClassDescriptionclassClass representation of an account transaction. -
Uses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.watchlist
Subclasses of AbstractAuditableEntity in com.bluebell.greenhouse.platform.models.core.entities.watchlistModifier and TypeClassDescriptionclassClass representation of a user-created watchlist of symbols.classClass representation of a single symbol tracked inside a watchlist.