User Account Position Limit Update

Updates an existing entity of UserAccountPositionLimit

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
activebooleanRequired
totalByenumRequired
Contract, ContractGroup, DiscountGroup, Exchange, Overall, Product, ProductType
accountIdlongRequired
idlongOptional
contractIdlongOptional
productIdlongOptional
exchangeIdlongOptional
productTypeenumOptional
CommonStock, Continuous, Cryptocurrency, Futures, MarketInternals, Options, Spread
riskDiscountContractGroupIdlongOptional
productVerificationStatusenumOptional
Inactive, Locked, ReadyForContracts, ReadyToTrade, Verified
Allowed values:
contractGroupIdlongOptional
riskTimePeriodIdlongOptional
shortLimitintegerOptional>=0
longLimitintegerOptional>=0
exposedLimitintegerOptional>=0
descriptionstringOptional<=64 characters

Response

UserAccountPositionLimit
activeboolean
totalByenum
Contract, ContractGroup, DiscountGroup, Exchange, Overall, Product, ProductType
accountIdlong
idlong or null
contractIdlong or null
productIdlong or null
exchangeIdlong or null
productTypeenum or null
CommonStock, Continuous, Cryptocurrency, Futures, MarketInternals, Options, Spread
riskDiscountContractGroupIdlong or null
productVerificationStatusenum or null
Inactive, Locked, ReadyForContracts, ReadyToTrade, Verified
Allowed values:
contractGroupIdlong or null
riskTimePeriodIdlong or null
shortLimitinteger or null>=0
longLimitinteger or null>=0
exposedLimitinteger or null>=0
descriptionstring or null<=64 characters