ib 1.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]
**conid** | **i32** |  | [optional] [default to null]
**order_desc** | **String** |  | [optional] [default to null]
**description1** | **String** |  | [optional] [default to null]
**ticker** | **String** | for exmple FB | [optional] [default to null]
**sec_type** | **String** | for example STK | [optional] [default to null]
**listing_exchange** | **String** | for example NASDAQ.NMS | [optional] [default to null]
**remaining_quantity** | **String** |  | [optional] [default to null]
**filled_quantity** | **String** |  | [optional] [default to null]
**company_name** | **String** |  | [optional] [default to null]
**status** | **String** | for example Submitted | [optional] [default to null]
**orig_order_type** | **String** | for example Limit | [optional] [default to null]
**side** | **String** | BUY or SELL | [optional] [default to null]
**price** | **f32** |  | [optional] [default to null]
**bg_color** | **String** | back-ground color | [optional] [default to null]
**fg_color** | **String** |  | [optional] [default to null]
**order_id** | **i32** |  | [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)