ib 3.0.0

A Rust client to the Interactive Brokers HTTP REST API
Documentation
# Order

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**acct** | **String** | account id | [optional] [default to null]
**bg_color** | **String** | back-ground color | [optional] [default to null]
**company_name** | **String** |  | [optional] [default to null]
**conid** | **i32** |  | [optional] [default to null]
**description1** | **String** |  | [optional] [default to null]
**fg_color** | **String** |  | [optional] [default to null]
**filled_quantity** | **String** |  | [optional] [default to null]
**listing_exchange** | **String** | for example NASDAQ.NMS | [optional] [default to null]
**order_desc** | **String** |  | [optional] [default to null]
**order_id** | **i32** |  | [optional] [default to null]
**order_ref** | **String** | User defined string used to identify the order. Value is set using \"cOID\" field while placing an order. | [optional] [default to null]
**orig_order_type** | **String** | for example Limit | [optional] [default to null]
**parent_id** | **i32** | Only exists in child order of bracket | [optional] [default to null]
**price** | **f32** |  | [optional] [default to null]
**remaining_quantity** | **String** |  | [optional] [default to null]
**sec_type** | **String** | for example STK | [optional] [default to null]
**side** | **String** | BUY or SELL | [optional] [default to null]
**status** | **String** | * PendingSubmit - Indicates the order was sent, but confirmation has not been received that it has been received by the destination.                   Occurs most commonly if an exchange is closed. * PendingCancel - Indicates that a request has been sent to cancel an order but confirmation has not been received of its cancellation. * PreSubmitted - Indicates that a simulated order type has been accepted by the IBKR system and that this order has yet to be elected.                  The order is held in the IBKR system until the election criteria are met. At that time the order is transmitted to the order destination as specified. * Submitted - Indicates that the order has been accepted at the order destination and is working. * Cancelled - Indicates that the balance of the order has been confirmed cancelled by the IB system.               This could occur unexpectedly when IB or the destination has rejected the order. * Filled - Indicates that the order has been completely filled. * Inactive - Indicates the order is not working, for instance if the order was invalid and triggered an error message,              or if the order was to short a security and shares have not yet been located.  | [optional] [default to null]
**ticker** | **String** | for example FB | [optional] [default to null]

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