public method ClosedPositionBuilder.setCloseQuoteId

Overview

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

Declaration

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

Parameters

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

Details

Declared in ClosedPositionBuilder