Skip to Content

Sort Securities in Sharelist

Reorder the securities in a sharelist. The symbols list defines the new order.

CLI
longbridge sharelist sort 123 TSLA.US AAPL.US 700.HK

Parameters

SDK method parameters.

NameTypeRequiredDescription
idintegerYESSharelist ID
symbolsstring[]YESSecurity symbols in the desired order

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success"
}

Response Status

StatusDescriptionSchema
200SuccessNone
400Bad requestNone