github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/docs/GetCharactersCharacterIdOrdersHistory200Ok.md (about)

     1  # GetCharactersCharacterIdOrdersHistory200Ok
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Duration** | **int32** | Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration | [default to null]
     7  **Escrow** | **float64** | For buy orders, the amount of ISK in escrow | [optional] [default to null]
     8  **IsBuyOrder** | **bool** | True if the order is a bid (buy) order | [optional] [default to null]
     9  **IsCorporation** | **bool** | Signifies whether the buy/sell order was placed on behalf of a corporation. | [default to null]
    10  **Issued** | [**time.Time**](time.Time.md) | Date and time when this order was issued | [default to null]
    11  **LocationId** | **int64** | ID of the location where order was placed | [default to null]
    12  **MinVolume** | **int32** | For buy orders, the minimum quantity that will be accepted in a matching sell order | [optional] [default to null]
    13  **OrderId** | **int64** | Unique order ID | [default to null]
    14  **Price** | **float64** | Cost per unit for this order | [default to null]
    15  **Range_** | **string** | Valid order range, numbers are ranges in jumps | [default to null]
    16  **RegionId** | **int32** | ID of the region where order was placed | [default to null]
    17  **State** | **string** | Current order state | [default to null]
    18  **TypeId** | **int32** | The type ID of the item transacted in this order | [default to null]
    19  **VolumeRemain** | **int32** | Quantity of items still required or offered | [default to null]
    20  **VolumeTotal** | **int32** | Quantity of items required or offered at time order was placed | [default to null]
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24