bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
303 stars 222 forks source link

types: add lev field to order creation object #197

Closed JacobPlaster closed 4 years ago

JacobPlaster commented 4 years ago

Description:

With the release of the derivatives exchange, users can now specify the amount of leverage that they want to apply to their order when creating it via the API. This PR allows that data to be added into the body.

Breaking changes:

None

New features:

Fixes:

None

PR status: