public method IMarginProvider.isThreeTier

Overview

Whether three level margin is used

Declaration

function isThreeTier(account)
public Boolean isThreeTier(Account account);
public bool isThreeTier(Account account);

Parameters

Name Description
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

Declared in IMarginProvider