readOFXDataFile (method)

Reads an OFX response from a file.

Syntax

- (void)readOFXDataFile:(NSString*)fileName;
public func readOFXDataFile(_ fileName: String) throws -> Void

Remarks

This method reads a previously recorded OFX response from a file, including HTTP and OFX headers.

The following read-only properties are populated as a result of parsing the data file:

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 iOS Edition - Version 20.0 [Build 7941]