- Sequence Diagram
- Place Order -- API in Use -- Request Mapping -- Response Mapping
- Cancel Order -- Request Mapping -- Response Mapping
- Calculate Order Commissions
- Place Price Alert
BB API: POST /service-api/v1/trade-orders
DW API: https://developer.drivewealth.com/reference/post_orders https://developer.drivewealth.com/reference/get_instruments-instrumentid
| DW Field
https://developer.drivewealth.com/reference/post_orders | BB Field
https://developer.backbase.com/apis/specs/portfolio/portfolio-trading-integration-outbound-api/1.0.7/operations/TradeOrder/placeOrder/ | Description | Notes |
| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| symbol | instrumentId | StringExternal identifier of the traded instrument | There will be separate call to DW get InstrumentById to get symbol of requested instrument |
| accountNo | portfolioId | StringExternal identifier of the portfolio | |
| orderType | orderType | order-type | MARKET_ORDER
from BB will be MARKET
in DWLIMIT_ORDER
from BB will be LIMIT
in DW |
| side | direction | trade-direction | |
| quantity | quantity | BigDecimalNumber of shares to sell/buy | |
| amountCash | amount | money | |
| price | limitPrice | money | |
| expiration | expirationDate | dateThe date until limit order must be executed. Only for Limit Order. | |
| | accountId | StringExternal identifier of the account | |
| | accountIBAN | StringThe IBAN of the investment account | |
| BB Field https://developer.backbase.com/apis/specs/portfolio/portfolio-trading-integration-outbound-api/1.0.7/operations/TradeOrder/cancelOrder/ | DW Field https://developer.drivewealth.com/reference/patch_orders-orderid | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | | orderId | id | StringExternal identifier of order | | status | PENDING | Defult status for successful orders |
| BB Field https://developer.backbase.com/apis/specs/portfolio/portfolio-trading-integration-outbound-api/1.0.7/operations/TradeOrder/cancelOrder/ | DW Field https://developer.drivewealth.com/reference/patch_orders-orderid | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | | id | orderID | StringExternal identifier of order |
| BB Field https://developer.backbase.com/apis/specs/portfolio/portfolio-trading-integration-outbound-api/1.0.7/operations/TradeOrder/cancelOrder/ | DW Field https://developer.drivewealth.com/reference/patch_orders-orderid | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | | orderId | id | StringExternal identifier of order | | status | PENDING | Defult status for successful orders |
Not supported
Not Supported