BuyingPower Property

Buying power.

Syntax

ANSI (Cross Platform)
char* GetBuyingPower();

Unicode (Windows)
LPWSTR GetBuyingPower();
@property (nonatomic,readonly,assign,getter=buyingPower) NSString* buyingPower;
- (NSString*)buyingPower;
#define PID_INVSTATEMENT_BUYINGPOWER 12

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

Default Value

""

Remarks

The amount of money available to buy securities. In a margin account, the buying power is the total cash held in the brokerage account plus maximum margin available.

This property is an optional field. When calling the GetStatement method, if the server's response does not contain this value, querying the property will return an empty string.

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]