ShortBalance Property

Market value of all short positions.

Syntax

ANSI (Cross Platform)
char* GetShortBalance();

Unicode (Windows)
LPWSTR GetShortBalance();
@property (nonatomic,readonly,assign,getter=shortBalance) NSString* shortBalance;
- (NSString*)shortBalance;
#define PID_INVSTATEMENT_SHORTBALANCE 84

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

Default Value

""

Remarks

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]