Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.mt4.MT4AccountPositionDataDTO
Packages that use MT4AccountPositionDataDTO
Package
Description
Contains controllers for handling
Accounts.Contains the account orchestrators.
Contains the service layer for
Accounts.-
Uses of MT4AccountPositionDataDTO in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account with parameters of type MT4AccountPositionDataDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> AccountApiController.postIngestAccountPositionDataFromMT4(@Valid MT4AccountPositionDataDTO data, String strategyReferenceCode) Takes in account position data and updates the associated imported data on the account within the payload. -
Uses of MT4AccountPositionDataDTO in com.bluebell.greenhouse.planter.orchestrators.account
Methods in com.bluebell.greenhouse.planter.orchestrators.account with parameters of type MT4AccountPositionDataDTOModifier and TypeMethodDescriptionbooleanAccountOrchestrator.updateAccountPositionDataFromMT4(MT4AccountPositionDataDTO data, String strategyReferenceCode) Creates or updates imported position data from the given MT4 payload. -
Uses of MT4AccountPositionDataDTO in com.bluebell.greenhouse.radicle.services.account
Methods in com.bluebell.greenhouse.radicle.services.account with parameters of type MT4AccountPositionDataDTOModifier and TypeMethodDescriptionbooleanAccountService.updateAccountPositionDataFromMT4(MT4AccountPositionDataDTO data) Updates the account imported position data with the given payload specifically for MT4 data.booleanAccountService.updateAccountPositionDataFromMT4(MT4AccountPositionDataDTO data, String strategyReferenceCode) Updates the account imported position data with the given payload specifically for MT4 data.