# FuturesInitialOrder ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contract** | **str** | Futures contract | **size** | **int** | Order size. Positive size means to buy, while negative one means to sell. Set to 0 to close the position | [optional] **price** | **str** | Order price. Set to 0 to use market price | **close** | **bool** | Set to true if trying to close the position | [optional] [default to False] **tif** | **str** | Time in force. If using market price, only `ioc` is supported. - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled | [optional] [default to 'gtc'] **text** | **str** | How the order is created. Possible values are: web, api and app | [optional] **reduce_only** | **bool** | Set to true to create an reduce-only order | [optional] [default to False] **is_reduce_only** | **bool** | Is the order reduce-only | [optional] [readonly] **is_close** | **bool** | Is the order to close position | [optional] [readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)