BrokerId Property

Unique identifier for the FI.

Syntax

ANSI (Cross Platform)
char* GetBrokerId();
int SetBrokerId(const char* lpszBrokerId); Unicode (Windows) LPWSTR GetBrokerId();
INT SetBrokerId(LPCWSTR lpszBrokerId);
@property (nonatomic,readwrite,assign,getter=brokerId,setter=setBrokerId:) NSString* brokerId;
- (NSString*)brokerId;
- (void)setBrokerId:(NSString*)newBrokerId;
#define PID_INVSTATEMENT_BROKERID 11

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

Default Value

""

Remarks

This property holds the identifier of the OFX Financial Institution and is used during signon. This value is unique for each organization name.

It is required to be specified when the GetStatement method is called and is also included in the server response.

Data Type

String

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