# UpstoxDeveloperApi.MarketQuoteSymbol

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ohlc** | [**Ohlc**](Ohlc.md) |  | [optional] 
**depth** | [**DepthMap**](DepthMap.md) |  | [optional] 
**timestamp** | **String** | Time in milliseconds at which the feeds was updated | [optional] 
**instrumentToken** | **String** | Key issued by Upstox for the instrument | [optional] 
**symbol** | **String** | Shows the trading symbol of the instrument | [optional] 
**lastPrice** | **Number** | The last traded price of symbol | [optional] 
**volume** | **Number** | The volume traded today on symbol | [optional] 
**averagePrice** | **Number** | Average price | [optional] 
**oi** | **Number** | Total number of outstanding contracts held by market participants exchange-wide (only F&amp;O) | [optional] 
**netChange** | **Number** | The absolute change from yesterday&#x27;s close to last traded price | [optional] 
**totalBuyQuantity** | **Number** | The total number of bid quantity available for trading | [optional] 
**totalSellQuantity** | **Number** | The total number of ask quantity available for trading | [optional] 
**lowerCircuitLimit** | **Number** | The lower circuit of symbol | [optional] 
**upperCircuitLimit** | **Number** | The upper circuit of symbol | [optional] 
**lastTradeTime** | **String** | Time in milliseconds at which last trade happened | [optional] 
**oiDayHigh** | **Number** |  | [optional] 
**oiDayLow** | **Number** |  | [optional] 
