ib 3.0.0

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_size** | **f32** | default quantity you can use to place an order | [optional] [default to null]
**display_size** | **String** |  | [optional] [default to null]
**increment** | **String** |  | [optional] [default to null]
**limit_price** | **f32** | default limit price you can use to prefill your order | [optional] [default to null]
**order_types** | **Vec<String>** |  | [optional] [default to null]
**order_types_outside** | **Vec<String>** |  | [optional] [default to null]
**preview** | **bool** | if you can preview the order or not with the whatif endpoint | [optional] [default to null]
**size_increment** | **f32** |  | [optional] [default to null]
**stopprice** | **f32** | default stop price you can use to prefill your order | [optional] [default to null]
**tif_types** | **Vec<String>** |  | [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)