aftermath-ts-sdk - v3.3.3
    Preparing search index...
    PerpetualsExecutionInfo:
        | { notSpecified: EmptyObject }
        | { standaloneExecuted: { executionPrice: number } }
        | { stopLossExecuted: { executionPrice: number } }
        | { takeProfitExecuted: { executionPrice: number } }

    Execution details for a stop order that has been executed.

    Type Declaration

    • { notSpecified: EmptyObject }
      • notSpecified: EmptyObject

        Indicates that no stop-order execution category applies.

    • { standaloneExecuted: { executionPrice: number } }
      • standaloneExecuted: { executionPrice: number }

        Details for an executed standalone stop order.

        • executionPrice: number

          Price at which the standalone stop order executed.

    • { stopLossExecuted: { executionPrice: number } }
      • stopLossExecuted: { executionPrice: number }

        Details for an executed stop-loss order.

        • executionPrice: number

          Price at which the stop-loss order executed.

    • { takeProfitExecuted: { executionPrice: number } }
      • takeProfitExecuted: { executionPrice: number }

        Details for an executed take-profit order.

        • executionPrice: number

          Price at which the take-profit order executed.