The reason that the Stop Loss Order was initiated
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "StopLossOrderReason", "description": "The reason that the Stop Loss Order was initiated", "type": "string", "enum": [ "CLIENT_ORDER", "REPLACEMENT", "ON_FILL" ] }