public method IUsedMarginProvider.get
Overview
Get the margin descriptor of a specific leverage profileId and offerId
Declaration
function get(leverageProfileId, offerId)
public IMarginDescriptor get(String leverageProfileId, String offerId);
public IMarginDescriptor get(string leverageProfileId, string offerId);
Parameters
| Name | Description |
|---|---|
| leverageProfileId | A parameter of type string that is used to identify a specific leverage profile. The leverage profile is a set of rules that determines the amount of margin required for a particular trade |
| offerId | The parameter represents the unique identification number for the offer |
Returns
The method returns themargin descriptor of a specific leverage profileId and offerId
Details
Declared in IUsedMarginProvider