brokerId (property)

Unique identifier for the FI.

Syntax

@property (nonatomic,readwrite,assign,getter=brokerId,setter=setBrokerId:) NSString* brokerId;
- (NSString*)brokerId;
- (void)setBrokerId:(NSString*)newBrokerId;
public var brokerId: String {
  get {...}
set {...} }

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.

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