public method IMarginProvider.isThreeTier

Brief

Whether three level margin is used

Declaration

protojavascriptjavacsharp
public isThreeTier(account : Account) : boolean

Parameters
account

The account for which the method is checking whether three level margin is used

Returns

The method returns returns a boolean value that indicates whether or not the three level margin is used for a given account

Details

See also: Account

Declared in IMarginProvider

back