public method IUsedMarginProvider.find

Brief

Get margin descriptors of a specific leverage profileId

Declaration

protojavascriptjavacsharp
public find(leverageProfileId : 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

Returns

The method returns themargin descriptor of a specific leverage profileId

Details

See also: IMarginDescriptor

Declared in IUsedMarginProvider

back