Side
Whether the placer of an order is aiming to buy or sell on the market
enum Side {
  SIDE_UNSPECIFIED
  SIDE_BUY
  SIDE_SELL
}
Values
Side.SIDE_UNSPECIFIED
Unspecified is only used for trades at the end of an auction, where neither party acts as the aggressor.
Side.SIDE_BUY
The placer of the order is aiming to buy
Side.SIDE_SELL
The placer of the order is aiming to sell
Member of
estimateFees  query ● estimateOrder  query ● Order  object ● OrderInfo  input ● OrderUpdate  object ● Trade  object ● TradeUpdate  object