A GuaranteedStopLossOrderLevelRestriction represents the total position size that can exist within a given price window for Trades with guaranteed Stop Loss Orders attached for a specific Instrument.
Applies to Trades with a guaranteed Stop Loss Order attached for the specified Instrument. This is the total allowed Trade volume that can exist within the priceRange based on the trigger prices of th
priceRange
string
The price range the volume applies to. This value is in price units.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "GuaranteedStopLossOrderLevelRestriction",
"description": "A GuaranteedStopLossOrderLevelRestriction represents the total position size that can exist within a given price window for Trades with guaranteed Stop Loss Orders attached for a specific Instrument.",
"type": "object",
"properties": {
"volume": {
"type": "string",
"description": "Applies to Trades with a guaranteed Stop Loss Order attached for the specified Instrument. This is the total allowed Trade volume that can exist within the priceRange based on the trigger prices of the guaranteed Stop Loss Orders.",
"format": "A decimal number encoded as a string. The amount of precision provided depends on what the number represents."
},
"priceRange": {
"type": "string",
"description": "The price range the volume applies to. This value is in price units.",
"format": "A decimal number encoded as a string. The amount of precision provided depends on what the number represents."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.