bluefin_api 1.0.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CancelOrdersRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | The symbol of the perpetual for which to cancel orders. | 
**order_hashes** | Option<**Vec<String>**> | List of order hashes of the orders to be cancelled. All orders must belong to accountAddress. Max 10 order hashes | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)