public method IMarginDescriptor.getProgressiveMargin

Brief

Returns the progressive margin value for a particular trading position. Progressive margin is a type of margin that increases as the position moves further into a loss

Declaration

protojavascriptjavacsharp
public getProgressiveMargin() : string

Returns

The method returns returns a string that represents the progressive margin value for a particular trading position. Progressive margin is a type of margin that increases as the position moves further into a loss

Details

Declared in IMarginDescriptor

back