Update TickSize
PUT {{URL_ORIGIN}}/api/tick-sizes/19
This API allows to update existing TickSize.
Update TickSize - Error Codes
All validations in create TickSize and the below
Code | Message |
---|---|
101 | [FieldName] not found |
10001 | Permission denied |
10004 | Wrong format |
2605 | [FieldName] must be less than maxLong/10^ pricePrecision for [Instrument] |
2603 | [fieldValue] is not allowed as price precision is [lowestinstrumentPricePrecision] for [Instrument] |
Request Body
{"name"=>"NewGroup", "items"=>[{"tickSize"=>"0.15", "price"=>"1"}, {"tickSize"=>"0.77"}]}
RESPONSES
status: OK
{"id":"22","name":"NewGroup2","items":[{"price":"444","tickSize":"0.15"},{"tickSize":"0.77"}]}