public method ClosedPositionBuilder.setOpenQuoteId

Overview

Sets the unique identifier of the pair of prices (bid and ask) the position was opened at

Declaration

function setOpenQuoteId(value)
public void setOpenQuoteId(String value);
public void setOpenQuoteId(string value);

Parameters

Name Description
value The unique identifier of the pair of prices (bid and ask) the position was opened at

Details

Declared in ClosedPositionBuilder