OFXResponse Property

The current OFX response aggregate.

Syntax

ANSI (Cross Platform)
char* GetOFXResponse();
int SetOFXResponse(const char* lpszOFXResponse); Unicode (Windows) LPWSTR GetOFXResponse();
INT SetOFXResponse(LPCWSTR lpszOFXResponse);
@property (nonatomic,readwrite,assign,getter=OFXResponse,setter=setOFXResponse:) NSString* OFXResponse;
- (NSString*)OFXResponse;
- (void)setOFXResponse:(NSString*)newOFXResponse;
#define PID_LOANSTATEMENT_OFXRESPONSE 36

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_LoanStatement_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_LoanStatement_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This can be used especially for debugging purposes. This can also be used to parse an OFX Response. To do so, you can set the OFX Response data (in string format) to OFXResponse. Once set, the supplied OFX data will be parsed and will populate the same read-only properties that ReadOFXDataFile does.

This property is not available at design time.

Data Type

String

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