public method IMarginProvider.getMMR
Overview
Gets the plain MMR for the specified instrument by account
Declaration
function getMMR(instrument, account)
public double getMMR(Instrument instrument, Account account);
public double getMMR(Instrument instrument, Account account);
Parameters
| Name | Description |
|---|---|
| instrument | A financial instrument for which the margin requirements data is being requested |
| account | An account for which the margin requirements data are being requested |
Returns
The method retuns the plain MMR for the specified instrument by account
Details
Declared in IMarginProvider