1 Group.cancelOffer Method
asdia edited this page 2021-01-04 21:15:22 +08:00
Class: Group

Cancels a stock buy order.

Parameters

Name Type Default Value Comment
Order ID number
Auth EntityUser

Returns

String
A string determining whether the stock was successfully cancelled or not.

Example

const group = new Group('g-afe31e8b-c53a-41c8-94db-69fb9c15118a')
group.cancelOrder(42069, exampleEntity)