Skip to content

Commit

Permalink
add NewDepthService
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkthere committed Oct 20, 2022
1 parent 6316105 commit 15c2217
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions v2/delivery/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,8 @@ func (c *Client) NewCreateBatchOrdersService() *CreateBatchOrdersService {
func (c *Client) NewCancelMultiplesOrdersService() *CancelMultiplesOrdersService {
return &CancelMultiplesOrdersService{c: c}
}

// NewCancelMultiplesOrdersService init get position mode service
func (c *Client) NewDepthService() *DepthService {
return &DepthService{c: c}
}

0 comments on commit 15c2217

Please sign in to comment.