Uses of Class
de.gsi.financial.samples.dos.PositionContainer
-
Packages that use PositionContainer Package Description de.gsi.financial.samples.dos de.gsi.financial.samples.service de.gsi.financial.samples.service.execution de.gsi.financial.samples.service.order -
-
Uses of PositionContainer in de.gsi.financial.samples.dos
Methods in de.gsi.financial.samples.dos with parameters of type PositionContainer Modifier and Type Method Description voidPositionContainer. compare(PositionContainer positionContainer) -
Uses of PositionContainer in de.gsi.financial.samples.service
Fields in de.gsi.financial.samples.service with type parameters of type PositionContainer Modifier and Type Field Description static de.gsi.dataset.spi.financial.api.attrs.AttributeKey<PositionContainer>StandardTradePlanAttributes. POSITIONSThe opened/closed trading positions -
Uses of PositionContainer in de.gsi.financial.samples.service.execution
Fields in de.gsi.financial.samples.service.execution declared as PositionContainer Modifier and Type Field Description protected PositionContainerAbstractExecutionPlatform. positions -
Uses of PositionContainer in de.gsi.financial.samples.service.order
Methods in de.gsi.financial.samples.service.order with parameters of type PositionContainer Modifier and Type Method Description static voidResolvePositionService. resolvePositions(Order order, PositionContainer positionContainer)Main resolving of trading positions by its order commands.
-