Endpoints
-
Get standing instructions.
Fetches a list of standing instructions configured by client or partner.
GET https://gateway.saxobank.com/sim/openapi/ca/v2/standinginstructions?ClientKey={ClientKey}&IncludeSubAccounts={IncludeSubAccounts}
-
Create new standing instruction.
Creates new standing instructions - configured for given account and instrument. Standing instructions will be used to perform auto elections by the Election Robot.
POST https://gateway.saxobank.com/sim/openapi/ca/v2/standinginstructions
-
Delete standing instructions
Removes standing instructions, which disables configured auto election.
DELETE https://gateway.saxobank.com/sim/openapi/ca/v2/standinginstructions?ClientKey={ClientKey}&StandingInstructionIds={StandingInstructionIds}