public method Account.getRefreshProfileFlags

Brief

Gets the refresh profile flags of the account. The returned set of values defines the refresh profile flags that can be performed on the account in subsequent updates

Declaration

protojavascriptjavacsharp
public getRefreshProfileFlags() : string

Returns

The method returns a string that represents a string that represents the refresh profile flags of the account

Details

The possible return values are: A|a|B|b|P|X - update Commission manager (refresh AccountCommissionsManager) L|l|M|m|X - update Leverage manager (refresh LeverageProfilesManager) R|r|Y - update Rollover manager (refresh RolloverProfilesManager) C|E|O|U - not used

Declared in Account

back