public method IUsedMarginProvider.getGet the margin descriptor of a specific leverage profileId and offerId
Declaration
protojavascriptjavacsharppublic get(leverageProfileId : string, offerId : string) : IMarginDescriptor
| Parameters | |
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
See also: IMarginDescriptor
Declared in IUsedMarginProvider