Skip to content

Order Management System REST API - Transform Controller

POST /transform/rename/symbol

Changes all references within OMS from one Symbol Code to another Symbol Code.

Affects the following data:

  • The Symbol Code of an Order.
  • The Symbol Code on an AssetPosition.
  • The Symbol Code on any queued ClientRequest for New, Amend, Move, Cancel (does not affect in-progress requests).
ParameterDescription
ParameterExpectedDescription
exchangeRequiredThe exchange code where the symbol is issued.
codeRequiredThe old Symbol Code.
newCodeRequiredThe new Symbol Code.

A single TransformRequest object.

CodeStatusDescription
204SuccessThe transformation was applied.
403FailureThe authenticated identity does not have the Alter permission.
422FailureA failure occurred.
Content is a JSON array of one or more error codes describing the problem.