public method ClosedPosition.getOpenRate

Brief

Gets the price at which the position was opened

Declaration

protojavascriptjavacsharp
public getOpenRate() : real

Returns

Method returns a real value that represents the price at which the position was opened

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