public method ClosedPositionBuilder.setOpenRate

Overview

Sets the price the position was opened at

Declaration

function setOpenRate(value)
public void setOpenRate(double value);
public void setOpenRate(double value);

Parameters

Name Description
value The price the position was opened at

Details

Declared in ClosedPositionBuilder