public method ClosedPosition.getAccountKind

Brief

Gets the type of the account the position was closed on

Declaration

protojavascriptjavacsharp
public getAccountKind() : string

Returns

The method returns a string that represents the type of the account the position was closed on

Details

The possible return values are: 32 - Self-traded account, funds manager account (only LAMM), managed account (only LAMM) 36 - Funds manager account (only PAMM) 38 - Managed account (only PAMM)

Declared in ClosedPosition

back