public method ClosedPosition.getCloseRate

Brief

Get the price at which the position was closed

Declaration

protojavascriptjavacsharp
public getCloseRate() : real

Returns

The method returns a real value that represents the price at which the position was closed

Details

In the case of FX instruments, it is expressed in the instrument counter currency per one unit of base currency In the case of CFD instruments, it is expressed in the instrument native currency per contract

Declared in ClosedPosition

back