CRUD Operations
This page lists all CRUD requests included in the current version of the Manager's API.
The requests are grouped by the types of server entities that they are supposed to create/update/delete.
Assets, Symbols, and Feed Symbol Settings
| Request | Definition |
|---|---|
CrudAssetReq | The request to create/update/delete an asset. |
CrudSymbolReq | The request to update/delete a symbol. |
CrudLiquidityFeedSymbolReq | The request to create/update/delete a feed symbol setting. |
Accounts, and Groups
| Request | Definition |
|---|---|
CrudGroupReq | The request to create/update/delete an group. |
CrudTraderReq | The request to create/update/delete an account. |
Group Profiles and Related Items
| Request | Definition |
|---|---|
CrudCommissionProfileReq | The request to create/update/delete a commission profile. |
CrudExecutionProfileReq | The request to create/update/delete an execution profile. |
CrudGSLScheduleReq | The request to create/update/delete Guaranteed Stop Loss (GSL) schedule items. |
CrudDynamicLeverageReq | The request to create/update/delete dynamic leverage settings. |
CrudProtectionProfileReq | The request to create/update/delete a protection profile. |
SwapFreeProfileReq | The request to create/update/delete a swap free profile. |
CrudTradeNotificationProfileReq | The request to create/update/delete a trade notification profile. |
CrudVolumeProfileReq | The request to create/update/delete a volume profile. |
Swaps and Dividends Profiles and Price Streams
| Request | Definition |
|---|---|
CrudSwapAndDividendProfileReq | The request to create/update/delete a swaps and dividends profile. |
Session Profiles, Holiday Profiles, and Holidays
| Request | Definition |
|---|---|
CrudHolidayProfileReq | The request to create/update/delete a holiday profile. |
CrudHolidayReq | The request to create/update/delete a holiday. |
Managers
| Request | Definition |
|---|---|
CrudManagerReq | The request to create/update/delete a manager. |