Retrieve Allocation Presets

View as MarkdownOpen in Claude

Retrieve the preset behavior for allocation groups for specific events.

GET /iserver/account/allocation/presets

Request Object

No params or body content should be sent.

1request_url = f"{baseUrl}/iserver/marketdata/unsubscribeall"
2requests.get(url=request_url)

Response Object

group_auto_close_positions: bool.

default_method_for_all: String.

profiles_auto_close_positions: bool.

strict_credit_check: bool.

group_proportional_allocation: bool.

{
"group_auto_close_positions": false,
"default_method_for_all": "N",
"profiles_auto_close_positions": false,
"strict_credit_check": false,
"group_proportional_allocation": false
}