public method Order.getSide
Overview
Gets the side of the stop/limit order price: 1 - above the current market price, -1 - below the current market price
Declaration
function getSide()
public int getSide();
public int getSide();
Returns
The method returns an integer that represents the side of the stop/limit order price: 1 - above the current market price, -1 - below the current market price
Details
Declared in Order