Response to a PlaceInstruction Field name | Type | Required | Description |
---|
status | InstructionReportStatus | 
| whether the command succeeded or failed | errorCode | InstructionReportErrorCode | | cause of failure, or null if command succeeds | orderStatus | OrderStatus | | The status of the order, if the instruction succeeded. If the instruction was unsuccessful, no value is provided. | instruction | PlaceInstruction | 
| The instruction that was requested | betId | String | | The bet ID of the new bet. Will be null on failure or if order was placed asynchronously. | placedDate | Date | | Will be null if order was placed asynchronously | averagePriceMatched | Price | | Will be null if order was placed asynchronously. This value is not meaningful for activity on LINE markets and is not guaranteed to be returned or maintained for these markets. | sizeMatched | Size | | Will be null if order was placed asynchronously |
|