Next Valid ID

View as MarkdownOpen in Claude

Requests should utilize an unique identifier after each request is submitted.

The same order identifier cannot be reused except to modify an existing order.

get_next_valid_id(

timeout: Integer. Uses default timeout value passed to TWSSyncClass.

)

app.get_next_valid_id()

Response Object

Requests to the get_next_valid_id() function will return the next valid order ID, which may be used in order submission.

123456789