# `TDQuoteState.balancesEOFTerminatedQuotes`

*Instance Property*

## Declaration

```swift
var balancesEOFTerminatedQuotes: Bool { get set }
```

```objc
@property (nonatomic) BOOL balancesEOFTerminatedQuotes;
```

```python
balancesEOFTerminatedQuotes() -> bool
setBalancesEOFTerminatedQuotes_(balancesEOFTerminatedQuotes: bool)
```

## Discussion

If true, this state will append a matching quote char (’ or ”) to quotes terminated by EOF. Default is NO.

