ib 3.0.0

A Rust client to the Interactive Brokers HTTP REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# MarketData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ask** | **f32** |  | [optional] [default to null]
**ask_size** | **f32** |  | [optional] [default to null]
**bid** | **f32** |  | [optional] [default to null]
**bid_size** | **f32** |  | [optional] [default to null]
**conid** | **f32** | IBKR Contract ID | [optional] [default to null]
**exchange** | **String** | Exchange | [optional] [default to null]
**last** | **f32** |  | [optional] [default to null]
**last_size** | **f32** |  | [optional] [default to null]
**min_tick** | **f32** |  | [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)