{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/deribit/json-schema/trigger_fill_condition.json", "title": "Trigger Fill Condition", "enum": [ "first_hit", "complete_fill", "incremental" ], "type": "string", "description": "
The fill condition of the linked order (Only for linked order types), default: `first_hit`.