# AcceptQuoteExecutionResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    AcceptQuoteExecutionResponse:
      properties:
        price:
          type: string
        price_with_premium:
          type: string
        premium:
          type: string
        quantity:
          type: string
        notional:
          type: string
        executed_at:
          type: string
        to_euro_rate:
          type: string
      x-apidog-orders:
        - price
        - price_with_premium
        - premium
        - quantity
        - notional
        - executed_at
        - to_euro_rate
      type: object
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.public.bitpanda.com
    description: Production
security: []

```