AvailableCash Property

Cash balance across all sub-accounts.

Syntax

ANSI (Cross Platform)
char* GetAvailableCash();

Unicode (Windows)
LPWSTR GetAvailableCash();
@property (nonatomic,readonly,assign,getter=availableCash) NSString* availableCash;
- (NSString*)availableCash;
#define PID_INVSTATEMENT_AVAILABLECASH 3

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

Default Value

""

Remarks

This should include sweep funds as well.

This property is always returned with the balance information if such information is requested to be included (IncludeBalances was set to True) in the investment statement download request (when calling the GetStatement method).

This property is read-only.

Data Type

String

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