public method Order.getSide

Brief

Gets the side of the stop/limit order price: 1 - above the current market price, -1 - below the current market price

Declaration

protojavascriptjavacsharp
public getSide() : int

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

back