public method Instrument.getConditionDistLimit

Overview

Returns the distance in points between the current market price and the limit order that has been placed for a trade. The limit order is an order to automatically close a trade when the price of the instrument reaches a certain level of profit

Declaration

function getConditionDistLimit()
public double getConditionDistLimit();
public double getConditionDistLimit();

Returns

The method returns a real value that represents the distance in points between the current market price and the limit order that has been placed for a trade. The limit order is an order to automatically close a trade when the price of the instrument reaches a certain level of profit

Details

Declared in Instrument