Bamboo Invest · Schema

Cancel an Order on the NGX

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
message sting Order cancellation message
View JSON Schema on GitHub

JSON Schema

lsxngcancel_orders_response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/lsxngcancel_orders_response",
  "title": "Cancel an Order on the NGX",
  "required": [
    "message"
  ],
  "type": "object",
  "properties": {
    "message": {
      "type": "sting",
      "description": "Order cancellation message",
      "example": "Order Cancelled"
    }
  }
}