Closed philippe-ftx closed 4 years ago
We should also document the placeOrder and cancelOrder methods since they're more convenient to use than makePlaceOrderTransaction and makeCancelOrderTransaction.
placeOrder
cancelOrder
makePlaceOrderTransaction
makeCancelOrderTransaction
Also we should document cancelOrderByClientId
cancelOrderByClientId
This repository has moved to https://github.com/project-serum/serum-ts/tree/master/packages/serum. Please migrate this PR over, if desired.
We should also document the
placeOrder
andcancelOrder
methods since they're more convenient to use thanmakePlaceOrderTransaction
andmakeCancelOrderTransaction
.