ib 1.0.0

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**acct_id** | **String** |  | [optional] [default to null]
**conid** | **i32** |  | [optional] [default to null]
**order_id** | **i32** | customer orderid | [optional] [default to null]
**order_type** | **String** | for example LMT | [optional] [default to null]
**outside_rth** | **bool** |  | [optional] [default to null]
**price** | **f32** |  | [optional] [default to null]
**aux_price** | **f32** |  | [optional] [default to null]
**side** | **String** | SELL or BUY | [optional] [default to null]
**listing_exchange** | **String** | optional, not required | [optional] [default to null]
**ticker** | **String** |  | [optional] [default to null]
**tif** | **String** | for example DAY | [optional] [default to null]
**quantity** | **f32** | usually integer, for some special cases can be float numbers | [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)