Uses of Interface
de.gsi.financial.samples.service.execution.ExecutionPlatformListener
-
Packages that use ExecutionPlatformListener Package Description de.gsi.financial.samples.service.execution de.gsi.financial.samples.service.order -
-
Uses of ExecutionPlatformListener in de.gsi.financial.samples.service.execution
Methods in de.gsi.financial.samples.service.execution with parameters of type ExecutionPlatformListener Modifier and Type Method Description voidAbstractExecutionPlatform. addExecutionPlatformListener(ExecutionPlatformListener listener)voidExecutionPlatform. addExecutionPlatformListener(ExecutionPlatformListener listener)Add the listener of execution platformvoidAbstractExecutionPlatform. removeExecutionPlatformListener(ExecutionPlatformListener listener)voidExecutionPlatform. removeExecutionPlatformListener(ExecutionPlatformListener listener)Remove the listener of execution platform -
Uses of ExecutionPlatformListener in de.gsi.financial.samples.service.order
Classes in de.gsi.financial.samples.service.order that implement ExecutionPlatformListener Modifier and Type Class Description classPositionFinancialDataSetExample of Trading Position DataSet.
-