ccxt-net / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
MIT License
196 stars 67 forks source link

BitMEX amend bulk seems to be missing #23 #24

Closed quantitative-technologies closed 3 years ago

quantitative-technologies commented 3 years ago

Added UpdateOrders to the BitMEX tradeApi for bulk updates.

Example with bulk orders that uses the new functionality added to samples/bitmex.

Also added a constructor to BBulkOrderItem to make it convenient to create bulk orders.