Class Strategy
java.lang.Object
com.bluebell.greenhouse.platform.models.core.entities.AbstractAuditableEntity
com.bluebell.greenhouse.platform.models.core.entities.strategy.Strategy
- All Implemented Interfaces:
GenericEntity
Class representation of an assignable trading strategy.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddImplementation(StrategyImplementation implementation) Adds an implementation to this strategy.booleanDefines an object's equivalence with this entity.inthashCode()Computes the hash code.voidremoveImplementation(StrategyImplementation implementation) Removes an implementation from this strategy.Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GenericEntity
getCreatedAt, getId, getModifiedAt, isCreatedAtInferred
-
Constructor Details
-
Strategy
public Strategy()
-
-
Method Details
-
addImplementation
Adds an implementation to this strategy.- Parameters:
implementation-StrategyImplementation
-
removeImplementation
Removes an implementation from this strategy.- Parameters:
implementation-StrategyImplementation
-
equals
-
hashCode
-