alpacahq / alpaca-trade-api-go

Go client for Alpaca's trade API
Apache License 2.0
328 stars 93 forks source link

Add side field to ListOrdersRequest #219

Closed gfelbing closed 2 years ago

gfelbing commented 2 years ago

According to the API Doc, there is a query parameter for side in the list orders endpoint.

This PR adds the field to the according entity.

gfelbing commented 2 years ago

Fixes #220