---
title: "init(orderTypeIdentifier:orderIdentifier:)"
framework: financekit
role: symbol
role_heading: Initializer
path: "financekit/fullyqualifiedorderidentifier/init(ordertypeidentifier:orderidentifier:)"
---

# init(orderTypeIdentifier:orderIdentifier:)

Initializes the object with values that uniquely identify an order within an order type.

## Declaration

```swift
init(orderTypeIdentifier: String, orderIdentifier: String)
```

## Discussion

Discussion In combination with the order type identifier, these two properties uniquely identify an order in FinanceStore.
