Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.security.ForbiddenApiResponse
Packages that use ForbiddenApiResponse
Package
Description
Contains controllers for handling
Accounts.Contains controllers for handling
MarketPrices.Contains controllers for handling operations regarding greenhouse as a whole.
-
Uses of ForbiddenApiResponse in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account with annotations of type ForbiddenApiResponseModifier 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.org.springframework.http.ResponseEntity<Boolean> AccountApiController.postRefreshAccountBalance(AccountRequestContext context) Refreshes the balance of the account associated with the given account number. -
Uses of ForbiddenApiResponse in com.bluebell.greenhouse.planter.controllers.market.price
Methods in com.bluebell.greenhouse.planter.controllers.market.price with annotations of type ForbiddenApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> MarketPriceApiController.postIngestMarketPriceDataFromMT4(@Valid MT4MarketData data) Saves MT4 market data to the database.org.springframework.http.ResponseEntity<JobSubmissionDTO> MarketPriceApiController.postRefreshFRDData()Manually queues a refresh of FirstRateData (FRD) market data. -
Uses of ForbiddenApiResponse in com.bluebell.greenhouse.planter.controllers.system
Methods in com.bluebell.greenhouse.planter.controllers.system with annotations of type ForbiddenApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> SystemController.postAcknowledgeIncomingPing(String systemName, String incomingPingType) Registers an incoming ping to the system.