public method IUsedMarginProvider.get

Brief

Get the margin descriptor of a specific leverage profileId and offerId

Declaration

protojavascriptjavacsharp
public 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

Details

See also: IMarginDescriptor

Declared in IUsedMarginProvider

back